@@ -392,37 +392,40 @@ Exit codes:
392392On failure/blocked/cancelled, run: testsprite test artifact get <run-id >
393393
394394Options:
395- --all rerun all tests in the resolved project (requires
396- --project) (default: false)
397- --project <id > project id (required with --all; returned by
398- \`testsprite project list\`)
399- --skip-terminal with --all: skip tests already in a terminal status
400- (passed|failed|blocked|cancelled) (default: false)
401- --status <list > with --all: only dispatch tests whose status matches
402- one of these values (comma-separated; accepted:
403- draft|ready|queued|running|passed|failed|blocked|cancelled|unknown)
404- --filter <substr > with --all: only rerun tests whose name contains
405- this substring (case-insensitive)
406- --wait block until terminal status or --timeout elapses
407- (default: false)
408- --timeout <s > with --wait, max seconds to wait (1–3600, default
409- 600)
410- --no-auto-heal opt out of AI heal-on-drift for this FE rerun
411- (default: auto-heal is ON). Costs 0.2 credits per
412- engage when a step has drifted. Ignored for backend
413- tests.
414- --skip-dependencies BE only: rerun only the named test without expanding
415- the producer/teardown closure (default: false)
416- --max-concurrency <n > with --wait, max in-flight polls at once (1-100,
417- default: 50)
418- --idempotency-key <key > opaque key for safe retries (1–256 chars). Printed
419- to stderr at --verbose if auto-generated.
420- --report <format > with batch --wait: write a JUnit XML sidecar
421- report after polling (accepted: junit)
422- --report-file <path > output path for --report (atomic write)
395+ --all rerun all tests in the resolved project (requires
396+ --project) (default: false)
397+ --project <id > project id (required with --all; returned by
398+ \`testsprite project list\`)
399+ --skip-terminal with --all: skip tests already in a terminal
400+ status (passed|failed|blocked|cancelled)
401+ (default: false)
402+ --status <list > with --all: only dispatch tests whose status
403+ matches one of these values (comma-separated;
404+ accepted:
405+ draft|ready|queued|running|passed|failed|blocked|cancelled|unknown)
406+ --filter <substr > with --all: only rerun tests whose name contains
407+ this substring (case-insensitive)
408+ --wait block until terminal status or --timeout elapses
409+ (default: false)
410+ --timeout <s > with --wait, max seconds to wait (1–3600, default
411+ 600)
412+ --no-auto-heal opt out of AI heal-on-drift for this FE rerun
413+ (default: auto-heal is ON). Costs 0.2 credits per
414+ engage when a step has drifted. Ignored for
415+ backend tests.
416+ --skip-dependencies BE only: rerun only the named test without
417+ expanding the producer/teardown closure (default:
418+ false)
419+ --max-concurrency <n > with --wait, max in-flight polls at once (1-100,
420+ default: 50)
421+ --idempotency-key <key > opaque key for safe retries (1–256 chars).
422+ Printed to stderr at --verbose if auto-generated.
423+ --report <format > with batch --wait: write a JUnit XML sidecar
424+ report after polling (accepted: junit)
425+ --report-file <path > output path for --report (atomic write)
423426 --report-suite-name <name > optional JUnit <testsuite name =...> override
424- (default: testsprite:<projectId>)
425- -h, --help display help for command
427+ (default: testsprite:<projectId>)
428+ -h, --help display help for command
426429
427430Notes:
428431 • rerun replays a saved run/script and is MORE LENIENT than a fresh \`test run\`
@@ -495,29 +498,29 @@ Exit codes:
495498On failure/blocked/cancelled, run: testsprite test artifact get <run-id>
496499
497500Options:
498- --target-url <url> override the project default env URL for this run
499- (http/https only, no localhost/private IPs)
500- --wait poll until terminal status or --timeout elapses
501- (default: false)
502- --timeout <s> with --wait, max seconds to wait (1–3600, default
503- 600)
504- --idempotency-key <key> opaque key for safe retries (1–256 chars). Printed
505- to stderr at --debug if auto-generated.
506- --all run all BE tests in the project (wave-ordered fresh
507- run; requires --project). Mutually exclusive with
508- <test-id>. (default: false)
509- --project <id> project id (required with --all; returned by
510- \`testsprite project list\`)
511- --filter <substr> with --all: only run tests whose name contains this
512- substring (case-insensitive)
513- --max-concurrency <n> with --all --wait, max in-flight polls at once
514- (1-100, default: 50)
515- --report <format> with --all --wait: write a JUnit XML sidecar
516- report after polling (accepted: junit)
517- --report-file <path> output path for --report (atomic write)
501+ --target-url <url> override the project default env URL for this run
502+ (http/https only, no localhost/private IPs)
503+ --wait poll until terminal status or --timeout elapses
504+ (default: false)
505+ --timeout <s> with --wait, max seconds to wait (1–3600, default
506+ 600)
507+ --idempotency-key <key> opaque key for safe retries (1–256 chars).
508+ Printed to stderr at --debug if auto-generated.
509+ --all run all BE tests in the project (wave-ordered
510+ fresh run; requires --project). Mutually
511+ exclusive with <test-id>. (default: false)
512+ --project <id> project id (required with --all; returned by
513+ \`testsprite project list\`)
514+ --filter <substr> with --all: only run tests whose name contains
515+ this substring (case-insensitive)
516+ --max-concurrency <n> with --all --wait, max in-flight polls at once
517+ (1-100, default: 50)
518+ --report <format> with --all --wait: write a JUnit XML sidecar
519+ report after polling (accepted: junit)
520+ --report-file <path> output path for --report (atomic write)
518521 --report-suite-name <name> optional JUnit <testsuite name =...> override
519- (default: testsprite:<projectId>)
520- -h, --help display help for command
522+ (default: testsprite:<projectId>)
523+ -h, --help display help for command
521524
522525Dependency-aware fresh run (M4):
523526 testsprite test run --all --project <id> run all BE tests in wave order
0 commit comments