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.
Add an e2e test suite using playwright.
This test suite bypasses authentication using the new environment variables
DISABLE_AUTH
andREACT_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.