test: add authenticated staging smoke helper

This commit is contained in:
a.tolmachev
2026-04-07 13:08:32 +03:00
parent e3cd02aa7e
commit 09e6260e32
9 changed files with 136 additions and 12 deletions
+17
View File
@@ -9,3 +9,20 @@ Usage:
```bash
./scripts/staging-smoke.sh https://rmcp.itexp.me
```
## authenticated-staging-smoke.sh
Browser-authenticated smoke helper for staging/production-like environments.
Required environment variables:
- `CRANK_STAGING_ADMIN_EMAIL`
- `CRANK_STAGING_ADMIN_PASSWORD`
Usage:
```bash
CRANK_STAGING_ADMIN_EMAIL=owner@example.com \
CRANK_STAGING_ADMIN_PASSWORD=secret \
./scripts/authenticated-staging-smoke.sh https://rmcp.itexp.me
```