Fix broken link in tests/e2e/README (#24576)

pull/24579/head^2
Steve Russo 2 years ago committed by GitHub
parent 3319e9597e
commit 80765aab8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
# End to end tests # 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. 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: They can be run with make commands for the appropriate backends, namely:
```shell ```shell

Loading…
Cancel
Save