webtest-ai run

Runs one Markdown suite file or a directory of suite files through the WebTest AI parser, interpreter, execution driver, and reporters.

webtest-ai run --suite specs/webtest-ai-demo.md
webtest-ai run --suite specs --tags smoke
webtest-ai run --suite specs --exclude-tags serial --workers 4

Flags

Output

The command prints suite counts, status counts, run ids, and report paths. JSON and HTML reports are written under artifacts/reports/; per-test artifacts are written under artifacts/<runId>/<testId>/.

The process exits non-zero when any final test result is failed.