Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
icelandld815 authored Jun 17, 2024
1 parent f999c49 commit b9ba32b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b9ba32b

Please sign in to comment.