From 695423241b8f5cb0eedec6e1594f494edf0280bf Mon Sep 17 00:00:00 2001 From: Pranav C Date: Mon, 25 Oct 2021 16:33:08 +0530 Subject: [PATCH] chore(readme): update cypress test running steps Signed-off-by: Pranav C --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fa2abced1..3a1129ca3b 100644 --- a/README.md +++ b/README.md @@ -232,8 +232,14 @@ Changes made to code automatically restart. # install dependencies(cypress) npm install -# run required services by using docker compose -docker-compose -f ./docker-compose-cypress.yml up +# run mysql database with required database using docker compose +docker-compose -f ./scripts/docker-compose-cypress.yml up + +# Run backend api using following command +npm run start:api + +# Run frontend web UI using following command +npm run start:web # wait until both 3000 and 8080 porta are avalable # and run cypress test using following command