From 311521691fc57e544ce4a44dc32dc8805de3b164 Mon Sep 17 00:00:00 2001 From: Oleg Bespalov Date: Wed, 17 Jan 2024 13:59:57 +0100 Subject: [PATCH] Update k6's new parts --- cmd/new.go | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/cmd/new.go b/cmd/new.go index 518cd618be4..39a1720efbe 100644 --- a/cmd/new.go +++ b/cmd/new.go @@ -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.