Hello Joan. Is there a plan to redo this video now Cypress 10 is out and the cypress-cucumber-preprocessor has changed. While I have gotten it to run tests in the new style I cant for the life of me work out how to create HTML reports with it.
Hola joan, una consulta. He seguido tu tutorial paso a paso y de verdad me parece increible el reporte que genera cucumber. Quisiera saber si hay alguna manera de poder adjuntar en el mismo reporte los screenshots tanto para los test positivos como los que fallan. Intente seguir algunos que vi por internet y hasta ahora no he tenido exito. Te agradeceria bastante si me puedes orientar
Thank you for the Awesome useful video! :) I have one question: How to use env variables in feature files? For example: ${Cypress.env(ADMIN_USERNAME)} . There is a task to NOT use direct the data in the Examples in the feature file. I cannot find how to use env variables.
Es imposible que intentes agregar código en un .features, lo que tienes que hacer es agregarlo en el step definition. Si estás en un scenario outline solo coloca un texto "admin" y luego en tu step definition agrega un validación if(username == "admin") username=${Cypress.env(ADMIN_USERNAME)
Hello! You can use the same approach and combine it with this video to connect Cypress to a database? ruclips.net/video/Bn6r57dm9nM/видео.html&ab_channel=JoanMedia
🤖DISCORD: discord.gg/2F9E2fRGaU
⭐PREMIUM Cypress + Typescript course: shorturl.at/dcnPn
📣FREE Cypress videos: shorturl.at/h6iEX
Saludos Sai!
Hello Joan. Is there a plan to redo this video now Cypress 10 is out and the cypress-cucumber-preprocessor has changed. While I have gotten it to run tests in the new style I cant for the life of me work out how to create HTML reports with it.
Hola joan, una consulta. He seguido tu tutorial paso a paso y de verdad me parece increible el reporte que genera cucumber. Quisiera saber si hay alguna manera de poder adjuntar en el mismo reporte los screenshots tanto para los test positivos como los que fallan. Intente seguir algunos que vi por internet y hasta ahora no he tenido exito. Te agradeceria bastante si me puedes orientar
Hola Matias tendria que investigar. Apenas pueda intento echar algun vistazo
Hi thanks for the video but the report part didnt work for me i got eereur msg module not found
Hello:) it is a bit old. Please look for the newest videos with Cypress version 10+
Thank you for the Awesome useful video! :) I have one question: How to use env variables in feature files? For example: ${Cypress.env(ADMIN_USERNAME)} . There is a task to NOT use direct the data in the Examples in the feature file. I cannot find how to use env variables.
Es imposible que intentes agregar código en un .features, lo que tienes que hacer es agregarlo en el step definition. Si estás en un scenario outline solo coloca un texto "admin" y luego en tu step definition agrega un validación if(username == "admin") username=${Cypress.env(ADMIN_USERNAME)
how can I put a timestamp for cucumber-json for reportin as It is always overwriting the JSON file, hope you can help me. Thanks.
How can I use the datatable to login with multiple user names and passwords?
Hello! You can use the same approach and combine it with this video to connect Cypress to a database? ruclips.net/video/Bn6r57dm9nM/видео.html&ab_channel=JoanMedia
In npm run test single file failng remaining are why failing
I am not sure why, but please compare your work with my repo: github.com/JoanEsquivel/cypress-cucumber
It was working, as you can see in the video :)
@@joanmedia you did not use any Hooks if one test case fail remaining also failing