From b9ba32b86ad9238d5eec135333384d0ac1addea3 Mon Sep 17 00:00:00 2001 From: icelandld815 Date: Mon, 17 Jun 2024 23:00:27 +0800 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 180a2d8..592d736 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,14 @@ Homework for kong test automation by cypress - 'service.cy.js' use UI to create the service from strach and add the route from the service directly. ## Execution -- local : npm run test +Please use Node.js 18.x, 20.x, 22.x and above and docker is required +- local + ``` + git clone https://github.com/icelandld815/homework-cypress.git + docker-compose up -d + npm install + npm run test + ``` - CI: [E2E TEST Workflow](https://github.com/icelandld815/kong-homework-cypress/actions/workflows/main.yml) - Report: use mochawesome