Skip to content

Commit

Permalink
Merge pull request #63 from wednesday-solutions/feat/update-readme-k6
Browse files Browse the repository at this point in the history
feat: update readme to include k6 details
  • Loading branch information
alichherawalla authored Jun 29, 2022
2 parents 1084834 + 26a9b5b commit 189be4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,12 @@ A basic starter for a web app with node, express and mongoose -->
- Support for batch jobs in multi-container environment
- Support for circuit breakers
- Autogenerated swagger documentation
- Load testing using k6

## Running Load tests

- [Install](https://k6.io/docs/getting-started/installation/) k6
- Execute the following command: `k6 run __tests__/__load__/script.js`
## Build and run docker container locally

- docker-compose down
Expand Down

0 comments on commit 189be4d

Please sign in to comment.