Anish Roy 60d757e704
Add more detail about SKIP_EMAIL_VERIFICATION_IN_DEV to e2e tests README (#373)
* Add more detail about SKIP_EMAIL_VERIFICATION_IN_DEV to e2e tests README

Fixes #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.

* Update .env.server.example

Update README with SKIP_EMAIL_VERIFICATION_IN_DEV instructions and remove default from .env

* Update e2e-tests/README.md

Added more detailed explanations about the SKIP_EMAIL_VERIFICATION_IN_DEV variable in e2e-tests/README.md, including its significance, usage in CI pipelines, and troubleshooting tips. Let me know if any additional clarifications are needed!

* Remove SKIP_EMAIL_VERIFICATION_IN_DEV from .env
2025-04-02 14:28:05 +02:00
..
2025-03-31 17:58:17 +02:00
2025-02-13 12:59:17 +01:00
2025-02-13 12:59:17 +01:00

<YOUR_APP_NAME>

This project is based on OpenSaas template and consists of three main dirs:

  1. app - Your web app, built with Wasp.
  2. e2e-tests - Playwright tests for your Wasp web app.
  3. blog - Your blog / docs, built with Astro based on Starlight template.

For more details, check READMEs of each respective directory!