| name | test-production |
| title | Test Production — Acceptance-test the latest published browser4-cli release |
| description | Runs bin/test-production.ps1 to acceptance-test a production (or prerelease) release of browser4-cli. Use when asked to run production tests, acceptance-test a release, or verify the published CLI. |
| allowed-tools | Bash(pwsh:*), Bash(./bin/test-production.ps1:*) |
Test Production
Runs bin/test-production.ps1 — an acceptance test that simulates a real end
user's journey with the published browser4-cli release. It downloads,
installs, exercises, uninstalls, and re-installs the global CLI from the public
OSS distribution channel.
This is a separate entrypoint from bin/test.ps1 (covered by the run-tests
skill). test-production.ps1 tests the released artifact — not the
in-repo source — and is designed to be run in CI or locally before tagging a
release.
When to Use
- "run production tests"
- "run the production acceptance test"
- "acceptance-test the latest release"
- "test the published CLI"
- "verify the release before tagging"
- "test a prerelease candidate"
- "run production acceptance with stress"
Safe Default
Running with no arguments shows help (safe default):
./bin/test-production.ps1