Reed Xia
Reed Xia
ok... I figure out after doing some research, it's "caused" by `pytest -s`, if I removed `-s`, just run it using `pytest -v --html=report.html --self-contained-html`, the failing logs are collected...
+1 I love to pass environment variables from command line option, something like `npx playwright test -Denv=dev`
To anyone who care about this issue, I tried to make some fix to solve it, see the repo I forked and updated -> https://github.com/python012/screen-recorder/tree/master and the [TestDemo](https://github.com/python012/screen-recorder/blob/master/src/main/java/TestDemo.java), with this...
@nnllnn I tried to replace all `getAbsolutePath()` with `getPath()` in VideoRecorder class, and rebuild jar, and still get the error, could you share your fix which can make it works...
I figured out the problem and raised PR.. see https://github.com/agomezmoron/screen-recorder/pull/12