Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ npx @octomind/cli execute \
--url <url> \
[--environment <name>] \
[--description <text>] \
[--tags <tags> ] \
[--json]
```

Expand All @@ -34,6 +35,7 @@ Options:
- `-e, --environment`: Environment name (default: "default")
- `-d, --description`: Test description
- `-j, --json`: Output raw JSON response
- `-g, --tags <tags>`: comma separated list of tags

### Get Test Report

Expand Down
Loading
Loading