Hi, Xavier! First of all, thank you so much for creating such a great plugin! But I wanted to ask you. I'm having some issues to install it in Cypress 10. Do you have any guide on how to do it? The documentation from your page doesn't help :(
@@CodenboxAutomationLab as you have made a video on the cypress cucumber BDD feature file. In the scenario outline, we take data from example table Here I am giving you an example Scenario Outline: Using Scenario Outlines When I add and Then I verify that the result is equal the Examples: | provided number | another provided number | provided | | 1 | 2 | 3 | | 100 | 200 | 300 |
Thanks for watching. 🌟 Please hit on LIKE ❤ Share 🔥 SUBSCRIBE for more AMAZING content on every week! 🌟
Thank you very much for using my plugin and creating this video :D.
Makes me really happy to see people actively using my plugin
It's a good plugin. Thanks to create it.
Hi, Xavier! First of all, thank you so much for creating such a great plugin!
But I wanted to ask you. I'm having some issues to install it in Cypress 10. Do you have any guide on how to do it? The documentation from your page doesn't help :(
Thank you sir!
Seems that it will work only for js solution and not for TypeScript,
Is tehre any option to do same in TypeScript?
Is there any examples where you click a "Download" button on a UI that triggers a file to be downloaded?
I am literally doing that right now ^^
@@jxwads hey, did you manage to get a solution?
Awesome thanks for this video can you please make a video on the scenario outline.
Thanks
What do you mean by scenario outline? Please details.
@@CodenboxAutomationLab as you have made a video on the cypress cucumber BDD feature file. In the scenario outline, we take data from example table
Here I am giving you an example
Scenario Outline: Using Scenario Outlines When I add and Then I verify that the result is equal the
Examples:
| provided number | another provided number | provided | | 1 | 2 | 3 | | 100 | 200 | 300 |