mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-07 08:57:12 +00:00
871 B
871 B
Scenario: Pulse Cloud Hosted Signup
Goal
Prove hosted cloud signup and magic-link request flows work end-to-end using real Stripe sandbox checkout from the public signup page.
Environment
- Base URL:
{{base_url}} - Username:
{{username}} - Password:
{{password}}
Required checks
- Open
/cloud/signupand verify form renders. - Submit valid workspace creation details.
- Complete Stripe sandbox checkout and verify return to hosted signup completion page.
- Request a magic-link email from the same page.
- Validate the magic-link request endpoint responds with success contract.
Output contract
Write JSON to {{result_json}} with this shape:
{
"status": "pass",
"summary": "short outcome summary",
"evidence": ["bullet point 1", "bullet point 2"],
"issues": []
}
Use "status": "fail" when any required check fails.