blackpythondevs.github.io
blackpythondevs.github.io copied to clipboard
💡[IDEA] - Use Playwright to Create a screenshot of the built page changes
This would be really cool and something we could definitely talk about at events.
When a change is made I would love to see an attachment that includes a zip of the playwright recording with a quick review of pages to test. This could be modified by GitHub tags (index that looks for tags and runs tests and review based on what is included)
Currently with #483 we generate images of all the pages. We could use playwrights ability to skip based on addopts and only check routes that are given.
This would be complex but would reduce the generation of files and test time.