-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add new variable to hold the url to the local umbraco instance * set api base-url if msw is turned off * add instructions how to use local umbraco instance * set baseurl for e2e mode Co-authored-by: Mads Rasmussen <[email protected]>
- Loading branch information
1 parent
ab9a6af
commit e568be5
Showing
5 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Copy this to .env.local and change what you want to test. | ||
VITE_UMBRACO_USE_MSW=on # on = turns on MSW, off = disables all mock handlers | ||
VITE_UMBRACO_API_URL=http://localhost:9000 | ||
VITE_UMBRACO_INSTALL_STATUS=running # running or must-install or must-upgrade |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# Copy this to .env.local and change what you want to test. | ||
VITE_UMBRACO_USE_MSW=off | ||
VITE_UMBRACO_USE_MSW=off # Playwright handles the mocking itself (using msw but it starts it up manually) | ||
VITE_UMBRACO_API_URL= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters