Thanks a lot for your useful explanation.I really appreciate your effort.
@veerkumarpatil2 жыл бұрын
Glad You liked this video.
@sumanthpai61007 ай бұрын
What about failed tests screenshot attached to report?, and how to dynamically change the index.html report name to something relevant like "TestReport@dd:MM:yyyy:hh:mm:ss", this is required for framework design
@veerkumarpatil7 ай бұрын
Hi Sumanth , with cypress allure screenshot is automatically added to failed test cases. Regarding your second questions you don’t need to change the file name for index.html you can always keep history of allure report and which will be available from index.html I had added the GitHub repo in the description section for the same
@anilmadala6992 жыл бұрын
Thanks a lot proper guidance
@veerkumarpatil2 жыл бұрын
Glad it helped you
@IndianNoobPlayer Жыл бұрын
thanks very helpful 🔥
@veerkumarpatil Жыл бұрын
Glad You found it helpful
@Kunka27067 ай бұрын
Nice video, any idea how can you create allure report automatically after all test case have got executed
@veerkumarpatil7 ай бұрын
You can add the command npx allure generate in your script i.e. in package.json, after the test execution command. Let me know if this works for you
@harshithabetsolqa10 ай бұрын
I tried the mentioned step but allure result is not getting generated can you please help
@veerkumarpatil10 ай бұрын
can you tell me which version of cypress you are using.
@tuteromero Жыл бұрын
thank you! do you know how to change the logo and the title in the report?
@shmhub9 ай бұрын
@tuteromero If you find this one, please let me know I want to change the Logo and Title in my project as well. Thanks
@kumarsaheb Жыл бұрын
Very helpful !
@veerkumarpatil Жыл бұрын
Glad You Liked it
@patrick93ferreira Жыл бұрын
Mocha or allure?? and why??
@veerkumarpatil Жыл бұрын
Allure gives you better visualization, compared to mocha html reporters.