@@ -65,12 +65,14 @@ To run integration tests locally, from the pre-build Docker image, follow:
6565
6666## E2E Tests
6767
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.
7069
71- #### Running on built Docker images from source code
70+ #### Running Against Local Development Services
7271
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
7476
75771 . Make sure you have Docker installed. If you are having issues, try to run ` docker system prune `
7678 to clean the Docker caches.
@@ -79,9 +81,7 @@ To run e2e tests locally, from the local source code, follow:
79814 . Run ` ./local.sh ` for building the project and starting the Docker containers
80825 . Follow the output instruction from the script for starting the tests
8183
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
8585
86861 . Make sure you have Docker installed. If you are having issues, try to run ` docker system prune `
8787 to clean the Docker caches.
0 commit comments