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
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
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
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?
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.
How to avoid showing skipped features/test in report, much needed
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.
So, congrats for your video, man. Helped me so much!
Thank you! Glad I could help
Q&A XD: how to customize the features overview like remove OS col Browser col.
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
Ok thank you, I will be waiting for it
Regards
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
You explained so well, :)
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
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
Can you please make the video for storing locators so we can using same locators for other pages?
thank you so much for nice tutorials, i have a question ¿is it possible to take screenshots of each step?
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?
@@DaneHarnettDevs No, i did npx run node ./cypress/report.js
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.
Hey Dane, will this report work with the default Cypress tests?
Sorry no, this report is based on cucumber output specifically.
It's really a good framework, could you please make more videos about how to use cypress cucumber? Thank you