You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
I have registered the plugin in
cypress/plugins/index.ts
like this:I have imported it in
cypress/support/index.ts
like this:import 'cypress-iap/visit';
The service account is setup and the I have a .env file with the following:
GOOGLE_APPLICATION_CREDENTIALS=cypress/plugins/serviceAccountKeyDev.json
So why isn't it working?
The text was updated successfully, but these errors were encountered: