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
Copy file name to clipboardExpand all lines: cypress/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -461,6 +461,7 @@ It will generate two `describes` and two `its` for each test, and our test run w
461
461
### Separate common checks and uncommon
462
462
463
463
As a suggestion, if you have two or more applications with similar functionality, you can create a separate file for shared checks, named `commonChecks.ts`, and add your created object with common checks there.
464
+
NOTE: You can use `commonChecks.ts`, not only fot different apps but forsimilar checksin one app (for example similar checks of different buttons in one app)
464
465
465
466
So, your `e2e` directory will look like the following:
0 commit comments