-
On MacOS install K6 by running
brew install k6
or by following the K6 Docs. -
To execute the script using your local machines resources run
k6 run simple-script.js
. -
To execute the script using K6 Cloud first authenticate with K6 Cloud by running
k6 login cloud --token token_ID
then to execute the script by runningk6 cloud run simple-script.js
. -
To define the hostname at run time add the
-e HOSTNAME=domain.com
flag:k6 run -e HOSTNAME=domain.com simple-script.js
ork6 cloud run -e HOSTNAME=domain.com simple-script.js
.
-
Notifications
You must be signed in to change notification settings - Fork 0
LiamSeck/k6-wpe-simple-script
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Simple K6 Script
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published