Reports in Cypress and Cucumber

Поділитися
Вставка
  • Опубліковано 11 лис 2024

КОМЕНТАРІ • 19

  • @ChetanNaik-kc9cv
    @ChetanNaik-kc9cv Рік тому

    How to avoid showing skipped features/test in report, much needed

    • @DaneHarnettDevs
      @DaneHarnettDevs  Рік тому

      I think this would require a custom script to parse the output and remove it before generating the report.
      I'll consider looking further into this.

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

    So, congrats for your video, man. Helped me so much!

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

    Q&A XD: how to customize the features overview like remove OS col Browser col.

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

    Hi Dane, thank you so much for nice tutorials. Where is the second part of video of reporting, I can't find it
    Many Thanks
    Regards

  • @ramyadevi6267
    @ramyadevi6267 3 місяці тому

    Hi, @badeball/cypress-cucumber-preprocessor not generated json file. Am using formatter as well and version are @badeball/cypress-cucumber-preprocessor- 15.1.3
    Cypress-12.17.4
    Multiple-cucumber-html-reporter- 3.7.0
    Node- 8.19.4. Please help me to fix and generate the json file

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

    You explained so well, :)

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

    thanks, explained so well, I have a problem because it keeps on overwriting the cucumber-json file, hope you can share a solution, I want to add timestamp but I can't find how

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

      Hi yes it will overwrite the existing file each run. You have a couple options, after the run copy the file to another location or maybe mess with the config to change/set the file name before running the tests

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

    Can you please make the video for storing locators so we can using same locators for other pages?

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

    thank you so much for nice tutorials, i have a question ¿is it possible to take screenshots of each step?

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

    Hi Dane, thank you for the video. Though i'm getting this error message "npm ERR! missing script: node" when i run "node ./cypress/report.js" to generate the cucumber report. What i'm doing wrong pls?

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

      @@DaneHarnettDevs No, i did npx run node ./cypress/report.js

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

      I was able to generate the report using 'npm run cy:report' but when I added this "node ./cy:report": "node ./cypress/report.js"" to my script, all the test failed.

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

    Hey Dane, will this report work with the default Cypress tests?

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

      Sorry no, this report is based on cucumber output specifically.

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

    It's really a good framework, could you please make more videos about how to use cypress cucumber? Thank you