You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the plugin adds additional complexity to your testing workflow, so ensure
1110
+
your team understands the benefits and drawbacks before adopting Cucumber.
1111
+
1112
1112
- read
1113
1113
[Cypress Super-patterns: How to elevate the quality of your test suite](https://dev.to/wescopeland/cypress-super-patterns-how-to-elevate-the-quality-of-your-test-suite-1lcf)
1114
-
for best practices when writing Cucumber tests
1114
+
for best practices when writing Cucumber tests.
1115
+
- To get started, read
1116
+
[How to use Cypress with Cucumber BDD](https://testersdock.com/cypress-cucumber-bdd/)
1117
+
for step-by-step instructions for v9 and v10, or for instructions in v10 with
1118
+
typescript read
1119
+
[Cucumber in Cypress: A step by step guide](https://filiphric.com/cucumber-in-cypress-a-step-by-step-guide).
1120
+
1121
+
If your team is looking to do behavior-driven development using BDD's
1122
+
given/when/then syntax directly in Cypress instead of using Cucumber's
1123
+
scenarios, you might be interested in these articles:
1124
+
1125
+
- read
1126
+
[Using the keywords Given/When/Then with Cypress but without Cucumber](https://dev.to/walmyrlimaesilv/using-the-keywords-given-when-then-with-cypress-but-without-cucumber-118p)
1127
+
and
1128
+
[BDD without Cucumber](https://filiphric.com/how-to-structure-a-big-project-in-cypress#bdd-without-cucumber)
1129
+
for recommendations for writing tests without using Cucumber
1115
1130
1116
1131
## <Iconname="angle-right" /> Can I test Next.js sites using Cypress?
0 commit comments