🤖 TestCafe REPORTS (HTML Format) | TESTCAFE TUTORIAL For Beginners

Sdílet
Vložit
  • čas přidán 2. 02. 2021
  • 🚀 TestCafe Repository
    bitbucket.org/joanesquivel/te...
    🚀 HTML reporter Repo
    www.npmjs.com/package/testcaf...
    🚀 TestCafe Cucumber Report
    www.npmjs.com/package/testcaf...
    #testcafe #testing #softwareAutomation #testAutomation

Komentáře • 14

  • @joanmedia
    @joanmedia  Před 3 lety +1

    🚩 TestCafe + CUCUMBER: bit.ly/2PTCV5M
    🚩TestCafe Screenshots and Videos: bit.ly/3sRknSo
    🚩TestCafe reading a JSON File: bit.ly/3dFcEQG
    👁 SUBSCRIBE: bit.ly/3mHOo2Z

  • @khanhsabu9917
    @khanhsabu9917 Před 2 lety +2

    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

  • @mayurvarshachhelavda6022

    Awesome tutorial, please create one video for allure report integration with testcafe

  • @feiomaskatista
    @feiomaskatista Před 2 lety +1

    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?

    • @joanmedia
      @joanmedia  Před 2 lety +2

      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.

    • @feiomaskatista
      @feiomaskatista Před 2 lety +1

      @@joanmedia Much thanks for the fast answer!

    • @Simbatalks422
      @Simbatalks422 Před 2 lety +1

      @@joanmedia could you please upload videos on handling alerts ,getting Text of alerts using testcafe

    • @joanmedia
      @joanmedia  Před 2 lety +1

      @@Simbatalks422 I have not upload nothing about TestCafe in a while :P but I will add it to the list!

    • @Simbatalks422
      @Simbatalks422 Před 2 lety

      @@joanmedia it would be great if u implement scenarios like handling frames,dropdowns,test all links in a page

  • @sriharinaidu3221
    @sriharinaidu3221 Před 3 lety +1

    Hi @joanmedia Could you please upload one video for how to mock data on testcafe.

    • @joanmedia
      @joanmedia  Před 3 lety

      you mean interceping the api request?

    • @sriharinaidu3221
      @sriharinaidu3221 Před 3 lety +1

      @@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

    • @joanmedia
      @joanmedia  Před 3 lety

      @@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!

    • @sriharinaidu3221
      @sriharinaidu3221 Před 3 lety +1

      @@joanmedia thanks. I already visited testcafe documentation but it was bit confusing to understand. that's why i was requesting you add one video.