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: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ This way even entityIds like environmentIds or testCaseIds will be autocompleted
42
42
43
43
# octomind
44
44
45
-
Octomind cli tool. Version: 4.2.0. Additional documentation see https://octomind.dev/docs/api-reference/
45
+
Octomind cli tool. Version: 4.3.0. Additional documentation see https://octomind.dev/docs/api-reference/
46
46
47
47
**Usage:**`octomind [options] [command]`
48
48
@@ -237,7 +237,7 @@ Execute local YAML test cases
237
237
|:-------|:----------|:---------|:--------|
238
238
|`-j, --json`| Output raw JSON response | No ||
239
239
|`-u, --url <url>`| Url the tests should run against | Yes ||
240
-
|`-c, --test-case-id [uuid]`|Id of the test case you want to run, if not provided will run all test cases in the test target | No ||
240
+
|`-p, --test-case-path [string]`|Path of the test case you want to run, if not provided will run all test cases in the test target | No ||
241
241
|`-e, --environment-id [uuid]`| Id of the environment you want to run against, if not provided will run all test cases against the default environment | No ||
242
242
|`-t, --test-target-id [uuid]`| Id of the test target of the test case, if not provided will use the test target id from the config | No ||
243
243
|`--headless`| If we should run headless without the UI of playwright and the browser | No ||
@@ -445,6 +445,7 @@ Push local YAML test cases to the test target
445
445
|:-------|:----------|:---------|:--------|
446
446
|`-j, --json`| Output raw JSON response | No ||
447
447
|`-t, --test-target-id [id]`| Test target ID, if not provided will use the test target id from the config | No ||
448
+
|`-y, --yes`| Skip confirmation prompt | No ||
448
449
449
450
## create-test-case
450
451
@@ -459,7 +460,7 @@ Create a new test case
459
460
|`-j, --json`| Output raw JSON response | No ||
460
461
|`-t, --test-target-id [id]`| Test target ID, if not provided will use the test target id from the config | No ||
461
462
|`-n, --name <string>`| The name of the test case you want to create | Yes ||
462
-
|`-d, --dependency-path <path>`| The path of to test case you want to use as dependency |Yes||
463
+
|`-d, --dependency-path [path]`| The path of to test case you want to use as dependency |No||
0 commit comments