add custom ports

This commit is contained in:
Darren Ethier 2020-06-23 03:40:48 -04:00 committed by Rua Haszard
parent 671e0a74eb
commit 9e6f623eec
2 changed files with 8 additions and 8 deletions

View file

@ -3,7 +3,7 @@
"plugins": [
"https://downloads.wordpress.org/plugin/woocommerce.latest-stable.zip"
],
"themes": [
"./"
]
"themes": ["./"],
"port": 8801,
"testsPort": 8802
}

View file

@ -20,7 +20,7 @@
"expect-puppeteer"
],
"globals": {
"STORE_URL": "http://localhost:8889"
"STORE_URL": "http://localhost:8801"
}
},
"license": "GPL-2.0+",