-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run standalone mock server in e2e tests
- Loading branch information
Showing
7 changed files
with
583 additions
and
38 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,8 +1,2 @@ | ||
VITE_APP_API_URL=https://localhost:8080/api | ||
VITE_APP_ENABLE_API_MOCKING=true | ||
|
||
|
||
# If you want to run standalone mock server, you can use the following configuration: | ||
# VITE_APP_ENABLE_API_MOCKING=false | ||
# VITE_APP_MOCK_API_PORT=8080 | ||
# VITE_APP_URL=https://localhost:3000 | ||
VITE_APP_ENABLE_API_MOCKING=true |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
VITE_APP_API_URL=https://localhost:8080/api | ||
VITE_APP_ENABLE_API_MOCKING=false | ||
VITE_APP_MOCK_API_PORT=8080 | ||
VITE_APP_URL=https://localhost:3000 |
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
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
Oops, something went wrong.