Ran the API and hybrid layers, single worker, one browser. 1,152 tests. 295 of the failures are this one message:
Error: Firebase sign-in failed for qa-member@example.com:
QUOTA_EXCEEDED : Exceeded quota for verifying passwords.The credentials are fine. If I run any one of those scenarios on its own an hour later it passes. The failures also start partway through the run rather than at the beginning, which is what made me think it was a rate limit rather than a password.
Our project has a step that mints a session by calling the identity provider directly, because an @api scenario cannot use the browser storage state. Is there a supported way to stop it doing that once per scenario?