🤖 TestCafe REPORTS (HTML Format) | TESTCAFE TUTORIAL For Beginners
Вставка
- Опубліковано 9 лис 2024
- 🚀 TestCafe Repository
bitbucket.org/...
🚀 HTML reporter Repo
www.npmjs.com/...
🚀 TestCafe Cucumber Report
www.npmjs.com/...
#testcafe #testing #softwareAutomation #testAutomation
🚩 TestCafe + CUCUMBER: bit.ly/2PTCV5M
🚩TestCafe Screenshots and Videos: bit.ly/3sRknSo
🚩TestCafe reading a JSON File: bit.ly/3dFcEQG
👁 SUBSCRIBE: bit.ly/3mHOo2Z
Awesome tutorial, please create one video for allure report integration with testcafe
Hi, nice video, very straight forward! Could you tell me if this reporter reads all the json generated on previous runs and plots those graphics of them all together or does it read only one json at a time?
Hi Danilo! Thanks for the comment.
If I am not wrong, it only read one json at a time. I know what you mean, because for example using cypress the "Mochawesome Reporter" reads all the jsons generated, but in this case it is limited.
@@joanmedia Much thanks for the fast answer!
@@joanmedia could you please upload videos on handling alerts ,getting Text of alerts using testcafe
@@Simbatalks422 I have not upload nothing about TestCafe in a while :P but I will add it to the list!
@@joanmedia it would be great if u implement scenarios like handling frames,dropdowns,test all links in a page
Sorry can i ask you when i run this command "testcafe chrome test/Test.js --reporter html:reports/htmlReports/testReports.html" , it said " ERROR The "html" reporter does not exist. Check the reporter parameter for errors." Could you tell me how to fix it. many tks
Hi @joanmedia Could you please upload one video for how to mock data on testcafe.
you mean interceping the api request?
@@joanmedia yes,right. How to intercept data on test using TestCafe & if i wanted to mock the data based on the requested url that will be really helpful
@@sriharinaidu3221 I will add it to my list. Right now I am recording a cypress series and I did it with the command "Intercept". I see that TestCafe has someething similar: testcafe.io/documentation/402667/reference/test-api/requestmock
I will try to create an example. Thanks for your suggestion!
@@joanmedia thanks. I already visited testcafe documentation but it was bit confusing to understand. that's why i was requesting you add one video.
How can I add screenshot on failed steps?