|
@@ -25,12 +25,12 @@ install:
|
|
|
- yarn install --dev
|
|
- yarn install --dev
|
|
|
- npx cypress cache path
|
|
- npx cypress cache path
|
|
|
- npx cypress cache list
|
|
- npx cypress cache list
|
|
|
- - yarn ci & npx wait-on http://localhost:3004
|
|
|
|
|
|
|
|
|
|
chrome:
|
|
chrome:
|
|
|
image: cypress/browsers:node14.17.0-chrome88-ff89
|
|
image: cypress/browsers:node14.17.0-chrome88-ff89
|
|
|
stage: test
|
|
stage: test
|
|
|
script:
|
|
script:
|
|
|
|
|
+ - yarn ci & npx wait-on http://localhost:3004
|
|
|
- yarn cypress:run --browser chrome
|
|
- yarn cypress:run --browser chrome
|
|
|
artifacts:
|
|
artifacts:
|
|
|
when: always
|
|
when: always
|
|
@@ -43,6 +43,7 @@ chrome-mobile:
|
|
|
image: cypress/browsers:node14.17.0-chrome88-ff89
|
|
image: cypress/browsers:node14.17.0-chrome88-ff89
|
|
|
stage: test
|
|
stage: test
|
|
|
script:
|
|
script:
|
|
|
|
|
+ - yarn ci & npx wait-on http://localhost:3004
|
|
|
- yarn cypress:run --browser chrome --config "viewportWidth=375,viewportHeight=667"
|
|
- yarn cypress:run --browser chrome --config "viewportWidth=375,viewportHeight=667"
|
|
|
artifacts:
|
|
artifacts:
|
|
|
when: always
|
|
when: always
|
|
@@ -55,6 +56,7 @@ firefox:
|
|
|
image: cypress/browsers:node14.17.0-chrome88-ff89
|
|
image: cypress/browsers:node14.17.0-chrome88-ff89
|
|
|
stage: test
|
|
stage: test
|
|
|
script:
|
|
script:
|
|
|
|
|
+ - yarn ci & npx wait-on http://localhost:3004
|
|
|
- yarn cypress:run --browser firefox
|
|
- yarn cypress:run --browser firefox
|
|
|
artifacts:
|
|
artifacts:
|
|
|
when: always
|
|
when: always
|
|
@@ -67,6 +69,7 @@ firefox-mobile:
|
|
|
image: cypress/browsers:node14.17.0-chrome88-ff89
|
|
image: cypress/browsers:node14.17.0-chrome88-ff89
|
|
|
stage: test
|
|
stage: test
|
|
|
script:
|
|
script:
|
|
|
|
|
+ - yarn ci & npx wait-on http://localhost:3004
|
|
|
- yarn cypress:run --browser firefox --config "viewportWidth=375,viewportHeight=667"
|
|
- yarn cypress:run --browser firefox --config "viewportWidth=375,viewportHeight=667"
|
|
|
artifacts:
|
|
artifacts:
|
|
|
when: always
|
|
when: always
|