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: docs/e2e-tests/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ yarn playwright install
36
36
37
37
To incorporate a new test case, create a file with a `.spec.ts` extension in the `e2e-tests/playwright/e2e` directory.
38
38
The tests within a spec file can run in parallel (by default) or sequentially if using the .serial like in [this example](../../e2e-tests/playwright/e2e/github-happy-path.spec.ts). Note that sequential execution is considered a bad practice and is strongly discouraged.
39
-
Note that, in order to add or edit a test, you should adhere to the [contribution guidelines](./CONTRIBUTING.md).
39
+
Note that, in order to add or edit a test, you should adhere to the [contribution guidelines](./CONTRIBUTING.MD).
0 commit comments