@@ -65,12 +65,14 @@ To run integration tests locally, from the pre-build Docker image, follow:
65
65
66
66
## E2E Tests
67
67
68
- e2e Tests are based on Cypress, and matches files that ends with ` .cy.ts ` . The tests flow runs from
69
- a pre-build Docker image.
68
+ We use [ Cypress] ( https://www.cypress.io ) . Any file that ends with ` .cy.ts ` is an E2E test.
70
69
71
- #### Running on built Docker images from source code
70
+ #### Running Against Local Development Services
72
71
73
- To run e2e tests locally, from the local source code, follow:
72
+ 1 . Run the [ development setup] ( ./DEVELOPMENT.md ) as usual.
73
+ 2 . Run ` pnpm test:e2e:local `
74
+
75
+ #### Running Against Locally Built Docker Images
74
76
75
77
1 . Make sure you have Docker installed. If you are having issues, try to run ` docker system prune `
76
78
to clean the Docker caches.
@@ -79,9 +81,7 @@ To run e2e tests locally, from the local source code, follow:
79
81
4 . Run ` ./local.sh ` for building the project and starting the Docker containers
80
82
5 . Follow the output instruction from the script for starting the tests
81
83
82
- #### Running from pre-built Docker image
83
-
84
- To run integration tests locally, from the pre-build Docker image, follow:
84
+ #### Running Against Pre-Built Docker Images
85
85
86
86
1 . Make sure you have Docker installed. If you are having issues, try to run ` docker system prune `
87
87
to clean the Docker caches.
0 commit comments