Add visual tests for primitive shapes#1460
Add visual tests for primitive shapes#1460khuntvidisha13 wants to merge 5 commits intoprocessing:visual-testingfrom
Conversation
…ranslate, rotate, scale, pushpop)
… blend, mode reset)
|
Hello @khuntvidisha13! Thank you for your efforts, I'd like to leave a few comments on your PR. Have you tried opening an issue first indicating the actually behavior, or missing test you found? It really helps maintainers understand the context and whether the approach fits the project's direction. It also gives a place to discuss the test structure before a lot of code is written. Since you are proposing test for different files under I'd recommend open one issue proposing visual regression testing as a concept, and get maintainer take :) |
What this PR does
Adds visual regression tests for basic Processing primitive shapes:
How it works
Each test creates a baseline screenshot on first run and compares against it on subsequent runs.
Related
Extends the visual testing framework introduced in the visual-testing branch.