Skip to content
Snippets Groups Projects
Commit 4188bbb1 authored by Lorenzo Ceccon's avatar Lorenzo Ceccon
Browse files

HOLI-5404 Updated README.md

parent d2dddef9
Branches HOLI-5404-5405-Initial-k6-setup-with-dashboard
No related tags found
No related merge requests found
...@@ -2,8 +2,19 @@ ...@@ -2,8 +2,19 @@
Holi Load Testing is implemented using [Grafana k6](https://k6.io/docs/). Holi Load Testing is implemented using [Grafana k6](https://k6.io/docs/).
## Development
To build and run k6 with extensions for local development, follow these steps:
1. Install [Go](https://go.dev/doc/install)
2. Download xk6: `go install go.k6.io/xk6/cmd/xk6@latest`
3. Build the k6 binary with the xk6-dashboard extension: `xk6 build --with github.com/szkiba/xk6-dashboard@latest`
4. Execute k6: `./k6 run --out dashboard=open scripts/main.js`
## Installation: ## Installation:
### Docker
To run Holi Load Testing locally, follow these steps: To run Holi Load Testing locally, follow these steps:
1. Clone the repository. 1. Clone the repository.
...@@ -17,4 +28,4 @@ To run Holi Load Testing locally, follow these steps: ...@@ -17,4 +28,4 @@ To run Holi Load Testing locally, follow these steps:
/ \/ \ | ( / ‾‾\ / \/ \ | ( / ‾‾\
/ \ | |\ \ | (‾) | / \ | |\ \ | (‾) |
/ __________ \ |__| \__\ \_____/ .io / __________ \ |__| \__\ \_____/ .io
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment