Details
-
Task
-
Resolution: Fixed
-
Major
-
0.24.0
-
None
-
Unknown
-
N/A
-
N/A
-
Description
Bugs such as CRISTAL-753 are difficult to catch with traditional testing techniques such as unit testing, component testing, or even functional testing. The aspect that needs validation is not behavioral or structural but the visual position of elements on the screen.
Playwright provides a visual comparison (https://playwright.dev/docs/test-snapshots) framework that is interesting to try.