-
Notifications
You must be signed in to change notification settings - Fork 242
Add new page for how to run a k6 test #2052
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
💻 Deploy preview deleted. |
I know this new page looks a little out of place compared to the other page titles, but I'll make some more updates after this to fix it. 🤓 |
To run a CLI test, you'll need: | ||
|
||
- A machine with [k6 installed](https://grafana.com/docs/k6/<K6_VERSION>/get-started/installation/). | ||
- A test file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- A test file.
This looks like a good opportunity to link to our Test Authoring
pages? 🤓
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a good idea! I'll add a link to this page: https://grafana.com/docs/k6/latest/using-k6/test-authoring/create-test-script-using-the-cli/
5d2de5b
to
795ebbd
Compare
I'm merging this for now, but if you have any additional feedback let me know and I'll make changes in a new PR. 🙇 |
What?
Add a new page on how to run a k6 test script. This is similar to what we have in the Grafana Cloud k6 docs, Use the CLI.
Checklist
npm start
command locally and verified that the changes look good.docs/sources/k6/next
folder of the documentation.docs/sources/k6/v{most_recent_release}
folder of the documentation.