pwc-p (orchestration)
Currents orchestration pwc-p command-line executable documentation
Subcommands
Basic Workflow
npx pwc-p run --key <record-key> --project-id <project-id> --ci-build-id <ci-build-id># Step 1: Discover tests with optional filters
npx pwc-p discover --pwc-discovery-file tests.txt --grep @smoke
# Step 2: Run orchestrated execution using the discovery file
npx pwc-p run \
--key <record-key> \
--project-id <project-id> \
--ci-build-id <ci-build-id> \
--pwc-discovery-file tests.txtLast updated
Was this helpful?