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: tests/e2e/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# End to end tests
2
2
3
-
E2e tests largely follow the same syntax as [integration tests](tests/e2e/README.md).
3
+
E2e tests largely follow the same syntax as [integration tests](../integration).
4
4
Whereas integration tests are intended to mock and stress the back-end, server-side code, e2e tests the interface between front-end and back-end, as well as visual regressions with both assertions and visual comparisons.
5
5
They can be run with make commands for the appropriate backends, namely:
0 commit comments