tests: fix nginx setup
This commit is contained in:
parent
bf1db24b34
commit
0c637ef92e
@ -41,7 +41,7 @@
|
|||||||
"cy:start:wait": "start-server-and-test cy:start:app http://localhost:3000",
|
"cy:start:wait": "start-server-and-test cy:start:app http://localhost:3000",
|
||||||
"cy:install": "cypress install",
|
"cy:install": "cypress install",
|
||||||
"cy:verify": "cypress verify",
|
"cy:verify": "cypress verify",
|
||||||
"cy:run:ci": "cross-env CYPRESS_BASE_URL=http://frontend:3000 cypress run --browser chrome",
|
"cy:run:ci": "cross-env CYPRESS_BASE_URL=http://frontend cypress run --browser chrome",
|
||||||
"cy:open": "yarn run cy:start:wait -- \"cypress open\"",
|
"cy:open": "yarn run cy:start:wait -- \"cypress open\"",
|
||||||
"cy:ci": "yarn run wait-on http-get://frontend && yarn run cy:install && yarn run cy:verify && yarn run cy:run:ci",
|
"cy:ci": "yarn run wait-on http-get://frontend && yarn run cy:install && yarn run cy:verify && yarn run cy:run:ci",
|
||||||
"eject": "react-scripts eject"
|
"eject": "react-scripts eject"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user