This issue has been created
 
 
Cristal / cid:jira-generated-image-avatar-68bddf32-aa5c-4762-a751-f1c3cd32232c CRISTAL-754 Open

Support playwright visual comparison

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-c88d3d48-00a7-4fdb-a4ba-259843f3efd7 Manuel Leduc created this issue on 25/Nov/25 10:04
 
Summary: Support playwright visual comparison
Issue Type: cid:jira-generated-image-avatar-68bddf32-aa5c-4762-a751-f1c3cd32232c Task
Affects Versions: 0.24.0
Assignee: Unassigned
Components: Development Issues only
Created: 25/Nov/25 10:04
Priority: cid:jira-generated-image-static-major-a888dd90-7231-4a1c-82f8-c72fc866bd0b Major
Reporter: Manuel Leduc
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.