Skip to content

Commit 189be4d

Browse files
Merge pull request #63 from wednesday-solutions/feat/update-readme-k6
feat: update readme to include k6 details
2 parents 1084834 + 26a9b5b commit 189be4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,12 @@ A basic starter for a web app with node, express and mongoose -->
7878
- Support for batch jobs in multi-container environment
7979
- Support for circuit breakers
8080
- Autogenerated swagger documentation
81+
- Load testing using k6
8182

83+
## Running Load tests
84+
85+
- [Install](https://k6.io/docs/getting-started/installation/) k6
86+
- Execute the following command: `k6 run __tests__/__load__/script.js`
8287
## Build and run docker container locally
8388

8489
- docker-compose down

0 commit comments

Comments
 (0)