add runtime mode for playwright to disable global msw

This commit is contained in:
Jacob Overgaard
2022-08-08 14:08:26 +02:00
parent bc66e03c54
commit 0a56307553
3 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
# Copy this to .env.local and change what you want to test.
VITE_UMBRACO_INSTALL_STATUS=running # running or must-install or must-upgrade
VITE_UMBRACO_USE_MSW=off