From 01d20e8ace10179d81c0f866dedfae2115326f8e Mon Sep 17 00:00:00 2001 From: George M Dias Date: Tue, 20 Feb 2024 15:59:36 -0600 Subject: [PATCH] Release v2.9.6 updates Signed-off-by: George M Dias --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5498afcffa..01e7dda815 100644 --- a/README.md +++ b/README.md @@ -505,7 +505,7 @@ To test your code to make sure everything still works: #### Run Cypress End to End Tests -The application includes an End-to-End (E2E) frontend + Backend tests (built using the [cypress.io](https://www.cypress.io/) framework). The E2E tests performed is to validate that Heimdall Server is running as intended. In order to run these tests, a running instance of the application is required. +The application includes an End-to-End (E2E) frontend and Backend tests (built using the [cypress.io](https://www.cypress.io/) framework). The E2E tests performed is to validate that Heimdall Server is running as intended. In order to run these tests, a running instance of the application is required. CYPRESS_TESTING=true yarn start:dev CYPRESS_BASE_URL=http://localhost:8080 yarn test:ui:open