Skip to content

Commit

Permalink
Fix broken link in tests/e2e/README (#24576)
Browse files Browse the repository at this point in the history
  • Loading branch information
steverusso authored May 8, 2023
1 parent 3319e95 commit 80765aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# End to end tests

E2e tests largely follow the same syntax as [integration tests](tests/e2e/README.md).
E2e tests largely follow the same syntax as [integration tests](../integration).
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.
They can be run with make commands for the appropriate backends, namely:
```shell
Expand Down

0 comments on commit 80765aa

Please sign in to comment.