Screenshot testing for Chaise #2368
Labels
e2e Test
investigation required
Requires some initial investigation
regression
UI
problems related to UI
When we migrated to ReactJS from AngularJS, we didn't do any exact comparisons of the old to new screens. There have been misalignment and other style issues that came up during testing for atlas-d2k release. One way we could do this is with "screenshot testing". The idea is to take a screencap of the page before and after and using a library compare the 2 images for differences.
This can be done for comparing angularJS to reactJS to point out any other differences. This can also be done when introduction changes or new features to test that other parts of the UI are unaffected. Some basic pages to test against would recordset, record, record related section, recordedit with 1 entity, and recordedit with 2 entities.
Look like this is all possible with playwright, more information:
https://playwright.dev/docs/test-snapshots
The text was updated successfully, but these errors were encountered: