https://github.com/chi-teck/k6-umami
https://github.com/chi-teck/k6-umami
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chi-teck/k6-umami
- Owner: Chi-teck
- Created: 2023-01-22T15:21:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T16:21:43.000Z (over 2 years ago)
- Last Synced: 2024-12-29T13:32:53.381Z (10 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## K6 scenarios for Drupal Umami profile
### Installation
1. Install [K6](https://k6.io)
2. Install [Umami](./scripts/install-umami.sh)
3. Configure [access](./config.js) to Umami installation### Usage
```
k6 run ./scenarios/NAME.js
```### Limitations
The test scenarios are not compatible with Big Pipe module. Make sure it is uninstalled.