Hi,
I am quite new to both Robot Framework and Browser library too.
I am impressed of the active community and the capabilities of tools!
I would like to capture gif animations from the test run. (Would be some kind of living (visual) specification too). As I understood ScreenCapLibrary has this possibility:
Start Gif Recording - If I run tests in headless mode I get this error: "ScreenShotError: $DISPLAY not set."
- If I run test not in headless mode, I get this error: "Looks like you launched a headed browser without having a XServer running. Set either 'headless: true' or use 'xvfb-run <your-playwright-app>' before running Playwright."
Can you recommend the easiest way to could capture gif (or even video) in Docker container without real monitor? Is it even possible?
I am also wondering how is it possible to run tests in headless mode and get png screenshots. I can, it is a basic thing in Robot Browser. Is gif-capturing so different than taking png screenshots?
Thank you in advance!
Cheers, Béla