Reports in Cypress and Cucumber

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 19

  • @ChetanNaik-kc9cv
    @ChetanNaik-kc9cv 2 ปีที่แล้ว

    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.

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

  • @CarlosSelva
    @CarlosSelva 2 ปีที่แล้ว

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

  • @JhoanGarciaing
    @JhoanGarciaing 3 ปีที่แล้ว

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

  • @Shahzilrind
    @Shahzilrind 3 ปีที่แล้ว

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

  • @ExplosionBobXD
    @ExplosionBobXD 2 ปีที่แล้ว

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

  • @ExplosionBobXD
    @ExplosionBobXD 2 ปีที่แล้ว

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

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

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

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

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