diff options
author | Steve Russo <steverusso@protonmail.com> | 2023-05-07 17:52:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 00:52:11 +0000 |
commit | 80765aab8c71219ffd32689b3d15558157c25b85 (patch) | |
tree | 3ff6a0be6296e1a8b93f30a356b3cdd75749bd99 | |
parent | 3319e9597e1b87160baf3b64d77e11cee4f8fb3f (diff) | |
download | gitea-80765aab8c71219ffd32689b3d15558157c25b85.tar.gz gitea-80765aab8c71219ffd32689b3d15558157c25b85.zip |
Fix broken link in tests/e2e/README (#24576)
-rw-r--r-- | tests/e2e/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/e2e/README.md b/tests/e2e/README.md index c84d7807fc..2d9a0ab8fd 100644 --- a/tests/e2e/README.md +++ b/tests/e2e/README.md @@ -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 |