switch urls to wp-env installed location.
This commit is contained in:
parent
6e9dabf366
commit
e8232075e9
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"url": "http://localhost:8084/",
|
||||
"url": "http://localhost:8888/",
|
||||
"users": {
|
||||
"admin": {
|
||||
"username": "admin",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
global.process.env = {
|
||||
...global.process.env,
|
||||
// Gutenberg test util functions expect the test url to be at :8889, we change it to 8084.
|
||||
WP_BASE_URL: 'http://localhost:8084',
|
||||
WP_BASE_URL: "http://localhost:8888",
|
||||
};
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"docker:clear-all": "docker rmi --force $(docker images -q)",
|
||||
"docker:ssh": "docker exec -it woocommerce_wordpress-www /bin/bash",
|
||||
"install-wp-tests": "./bin/install-wp-tests.sh",
|
||||
"test:e2e": "bash ./bin/wait-for-build.sh && ./bin/e2e-test-integration.js",
|
||||
"test:e2e-dev": "bash ./bin/wait-for-build.sh && ./bin/e2e-test-integration.js --dev"
|
||||
"test:e2e": "./bin/e2e-test-integration.js",
|
||||
"test:e2e-dev": "./bin/e2e-test-integration.js --dev"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue