Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add more detail about SKIP_EMAIL_VERIFICATION_IN_DEV to e2e tests README #363

Open
vincanger opened this issue Feb 11, 2025 · 0 comments · May be fixed by #373
Open

add more detail about SKIP_EMAIL_VERIFICATION_IN_DEV to e2e tests README #363

vincanger opened this issue Feb 11, 2025 · 0 comments · May be fixed by #373

Comments

@vincanger
Copy link
Collaborator

The signup process is not being verified when running e2e tests on a fresh Open SaaS instance.

  • SKIP_EMAIL_VERIFICATION_IN_DEV=true needs to be added to the app/.env.server file to allow the tests to run. This is mentioned in the e2e tests README but could give more detailed instructions
pshycodr added a commit to pshycodr/open-saas that referenced this issue Feb 18, 2025
Fixes wasp-lang#363

Add `SKIP_EMAIL_VERIFICATION_IN_DEV=true` to `template/app/.env.server.example` file.

* Add a new section to the file to skip email verification in development mode.
* Add `SKIP_EMAIL_VERIFICATION_IN_DEV=true` to the new section.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant