Skip to content

Commit

Permalink
Update k6's new parts
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbespalov committed Feb 5, 2024
1 parent 0b5168b commit 3115216
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions cmd/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@ export const options = {
// See https://grafana.com/docs/grafana-cloud/k6/get-started/run-cloud-tests-from-the-cli/
// to learn about authoring and running k6 test scripts in Grafana k6 Cloud.
//
// ext: {
// loadimpact: {
// // The ID of the project to which the test is assigned in the k6 Cloud UI.
// // By default tests are executed in default project.
// projectID: "",
// // The name of the test in the k6 Cloud UI.
// // Test runs with the same name will be grouped.
// name: "{{ .ScriptName }}"
// }
// cloud: {
// // The ID of the project to which the test is assigned in the k6 Cloud UI.
// // By default tests are executed in default project.
// projectID: "",
// // The name of the test in the k6 Cloud UI.
// // Test runs with the same name will be grouped.
// name: "{{ .ScriptName }}"
// },
// Uncomment this section to enable the use of Browser API in your tests.
Expand Down

0 comments on commit 3115216

Please sign in to comment.