From af506dd1ceee3794d670257a82967d1f156ead39 Mon Sep 17 00:00:00 2001 From: Yanick Minder Date: Tue, 24 Dec 2024 12:07:07 +0100 Subject: [PATCH] run prettier --- frontend/README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/frontend/README.md b/frontend/README.md index ee2afa8c76..35cab3adcb 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -42,6 +42,7 @@ https://prettier.io/ If you get a does not match pattern error, it is likely because of the custom words for the OKR tool here is a regex101 project that showcases how the regex works: https://regex101.com/r/VUyAt6/1 + ## Test Coverage For generating the coverage of our frontend specs (jest), you can use following command: @@ -53,16 +54,16 @@ Open the html file in browser and you get a beautiful overview ## Cypress Tests - local setup - - start local Docker `docker-compose up` - - start local Server: `OkrApplication-E2E` - - start local Client: `npm run start` + - start local Docker `docker-compose up` + - start local Server: `OkrApplication-E2E` + - start local Client: `npm run start` - run selected Tests - - npm run `npm run cypress:open` - - in Cypress App, select `E2E Testing` and `Chrome` as Browser + - npm run `npm run cypress:open` + - in Cypress App, select `E2E Testing` and `Chrome` as Browser - run all tests - - npm run `npm run cypress:run` - - in Cypress App, select `E2E Testing` and `Chrome` as Browser + - npm run `npm run cypress:run` + - in Cypress App, select `E2E Testing` and `Chrome` as Browser - in case of failing Tests: - - stop and restart local Server - - stop and restart local Client - - re-run Cypress Tests + - stop and restart local Server + - stop and restart local Client + - re-run Cypress Tests