Currently, i can run visual comparison with codeceptjs-resemblehelper. But found the diff image can't be added in allure test report. Only latest screenshot could be added.
Have configured allure in my test as below:
Running command as :
codeceptjs run --reporter mocha-multi --config=config-files/codecept_demo_visual_regression_config.js --verbose
Is there a way to add the diff result image in the test report? That will make the report checking easy when run in cloud with Jenkins.
Hi There,
Currently, i can run visual comparison with codeceptjs-resemblehelper. But found the diff image can't be added in allure test report. Only latest screenshot could be added.
Have configured allure in my test as below:
Running command as :
codeceptjs run --reporter mocha-multi --config=config-files/codecept_demo_visual_regression_config.js --verbose
Is there a way to add the diff result image in the test report? That will make the report checking easy when run in cloud with Jenkins.