🤖 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

КОМЕНТАРІ • 15

  • @joanmedia
    @joanmedia  3 роки тому +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

  • @mayurvarshachhelavda6022
    @mayurvarshachhelavda6022 2 роки тому +1

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

  • @feiomaskatista
    @feiomaskatista 3 роки тому +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  3 роки тому +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 3 роки тому +1

      @@joanmedia Much thanks for the fast answer!

    • @Simbatalks422
      @Simbatalks422 2 роки тому +1

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

    • @joanmedia
      @joanmedia  2 роки тому +1

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

    • @Simbatalks422
      @Simbatalks422 2 роки тому

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

  • @khanhsabu9917
    @khanhsabu9917 3 роки тому +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

  • @sriharinaidu3221
    @sriharinaidu3221 3 роки тому +1

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

    • @joanmedia
      @joanmedia  3 роки тому

      you mean interceping the api request?

    • @sriharinaidu3221
      @sriharinaidu3221 3 роки тому +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  3 роки тому

      @@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 3 роки тому +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.

  • @haticecetin2962
    @haticecetin2962 Місяць тому

    How can I add screenshot on failed steps?