You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/markdown/translated-guides/en/02 Using k6/05 k6 Options/02 Reference.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1425,6 +1425,26 @@ export const options = {
1425
1425
1426
1426
1427
1427
1428
+
## Upload Only
1429
+
1430
+
A boolean specifying whether the test should just be uploaded to the cloud, but not run it. Available in `k6 cloud` command.
1431
+
1432
+
This would be useful if you would like to update a given test and run it later. For example, updating test scripts of a scheduled test from the CI pipelines.
0 commit comments