Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liamseck/k6-wpe
SE Testing of K6
https://github.com/liamseck/k6-wpe
k6
Last synced: 5 days ago
JSON representation
SE Testing of K6
- Host: GitHub
- URL: https://github.com/liamseck/k6-wpe
- Owner: LiamSeck
- Created: 2023-10-10T14:37:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T15:44:08.000Z (about 2 months ago)
- Last Synced: 2024-11-06T16:35:57.039Z (about 2 months ago)
- Topics: k6
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![k6](https://img.shields.io/badge/k6-7D64FF.svg?style=for-the-badge&logo=k6&logoColor=white)](https://github.com/grafana/k6)![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E.svg?style=for-the-badge&logo=JavaScript&logoColor=black)
# k6-wpe
SE Testing of K6### To install K6 run:
```
brew install k6
```### To execute the ```browser-checkout.js``` script run:
```
K6_BROWSER_HEADLESS=false k6 run browser-checkout.js
```