fixed the version mismatch of cypress between local and ci
This commit is contained in:
parent
5fb3968234
commit
935745b3b5
@ -9,7 +9,7 @@ services:
|
|||||||
command: front:8080
|
command: front:8080
|
||||||
cypress:
|
cypress:
|
||||||
# the Docker image to use from https://github.com/cypress-io/cypress-docker-images
|
# the Docker image to use from https://github.com/cypress-io/cypress-docker-images
|
||||||
image: "cypress/included:3.2.0"
|
image: "cypress/included:3.8.3"
|
||||||
depends_on:
|
depends_on:
|
||||||
- reverse-proxy
|
- reverse-proxy
|
||||||
environment:
|
environment:
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"baseUrl": "http://workadventure.localhost",
|
"baseUrl": "http://workadventure.localhost",
|
||||||
"video": false,
|
"video": false,
|
||||||
|
"defaultCommandTimeout": 20000,
|
||||||
"pluginsFile": false,
|
"pluginsFile": false,
|
||||||
"supportFile": false
|
"supportFile": false
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user