We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900bcbb commit 8800f0fCopy full SHA for 8800f0f
README.md
@@ -54,6 +54,23 @@ The "html" block is optional.
54
55
Note: after extracting the tests, this preprocessor sets [@bahmutov/cypress-fiddle](https://github.com/bahmutov/cypress-fiddle) to run them.
56
57
+### Multiple JavaScript blocks
58
+
59
+You can include multiple JS blocks in each fiddle
60
61
+ <!-- fiddle Example -->
62
+ ```js
63
+ cy.contains('#hello', 'Hello')
64
+ ```
65
66
+ Some time later more test code
67
68
69
+ cy.wait(2000)
70
71
72
+ <!-- fiddle.end -->
73
74
### Suites
75
76
To create suites of tests, use `/` to separate the suite name from the test name. Tests with the same suite name are grouped together automatically.
0 commit comments