Visual Test
Visual regression testing is available in Test Evolve if you have set enabled: true
in visual_testing.yml or selected the test category Visual Test Integration
in Test Evolve Studio.
caution
Mobile App visual regression is currently only available in Ruby
Visual Check
- Ruby
- JavaScript
- TypeScript
TestEvolve.visual_check('label')
If your test types includes both mobile_app and browser you will need to specify the target with either mobile_app
or browser
checks.
TestEvolve.mobile_app.visual_check('label')
TestEvolve.browser.visual_check('label')
testEvolve.visualCheck("label");
testEvolve.visualCheck("label");
The label provided will be used to compare against a baseline visual check that has been completed previously.