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
Add an e2e test suite using playwright.
This test suite bypasses authentication using the new environment variables `DISABLE_AUTH` and `REACT_APP_DISABLE_AUTH`. When authentication is bypassed, a fake user is automatically created and used.
How to run the test suite is documented in `docs/src/advanced/testing.mdx`. CI is updated to run the test suite on every commit.
Also upgrade prisma to 1.34.
Co-authored-by: Thibaud Brault <[email protected]>
0 commit comments