- You're using Ubuntu (and maybe other distros using
aptandsnap) - Opera is installed using deb from https://download.opera.com
- chromium-ffmpeg lib is installed using
snap
sudo snap install chromium-ffmpegapt and snap)snapsudo snap install chromium-ffmpeg| /* | |
| Sample output: | |
| > gradle test ruby-1.9.3-p194 testing_with_gradle 9179829 ✗ | |
| ... | |
| :test | |
| Results: SUCCESS (84 tests, 74 successes, 0 failures, 10 skipped) | |
| */ | |
| test { | |
| testLogging { |
| // saving from url to a file (append) | |
| new File("output.xml") << new URL ("http://some.url/some/path.xml").getText() |