-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d2346d
commit 3209514
Showing
1 changed file
with
17 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Testing | ||
|
||
# Manual testing | ||
|
||
## Local development | ||
|
||
To test against a local instance of the WPVIP API, you can use the `API_HOST` environment variable. Unset the `VIP_PROXY` variable as well. | ||
|
||
Examples: | ||
|
||
```bash | ||
VIP_PROXY="" API_HOST=http://localhost:4000 node ./dist/bin/vip | ||
|
||
VIP_PROXY="" API_HOST=http://localhost:4000 node ./dist/bin/vip app | ||
|
||
VIP_PROXY="" API_HOST=http://localhost:4000 node ./dist/bin/vip -- wp option get home | ||
``` |