|
|
@@ -29,31 +29,27 @@ install:
|
|
|
chrome:
|
|
|
image: cypress/browsers:node14.17.0-chrome88-ff89
|
|
|
stage: test
|
|
|
- parallel: 5
|
|
|
script:
|
|
|
- yarn ci & npx wait-on http://localhost:3004
|
|
|
- - yarn cypress:silent --record --parallel --browser chrome --group "Chrome"
|
|
|
+ - yarn cypress:silent --record --browser chrome --group "Chrome"
|
|
|
|
|
|
chrome-mobile:
|
|
|
image: cypress/browsers:node14.17.0-chrome88-ff89
|
|
|
stage: test
|
|
|
- parallel: 5
|
|
|
script:
|
|
|
- yarn ci & npx wait-on http://localhost:3004
|
|
|
- - yarn cypress:silent --record --parallel --browser chrome --group "Chrome - Mobile" --config "viewportWidth=375,viewportHeight=667"
|
|
|
+ - yarn cypress:silent --record --browser chrome --group "Chrome - Mobile" --config "viewportWidth=375,viewportHeight=667"
|
|
|
|
|
|
firefox:
|
|
|
image: cypress/browsers:node14.17.0-chrome88-ff89
|
|
|
stage: test
|
|
|
- parallel: 5
|
|
|
script:
|
|
|
- yarn ci & npx wait-on http://localhost:3004
|
|
|
- - yarn cypress:silent --record --parallel --browser firefox --group "Firefox"
|
|
|
+ - yarn cypress:silent --record --browser firefox --group "Firefox"
|
|
|
|
|
|
firefox-mobile:
|
|
|
image: cypress/browsers:node14.17.0-chrome88-ff89
|
|
|
stage: test
|
|
|
- parallel: 5
|
|
|
script:
|
|
|
- yarn ci & npx wait-on http://localhost:3004
|
|
|
- - yarn cypress:silent --record --parallel --browser firefox --group "Firefox - Mobile" --config "viewportWidth=375,viewportHeight=667"
|
|
|
+ - yarn cypress:silent --record --browser firefox --group "Firefox - Mobile" --config "viewportWidth=375,viewportHeight=667"
|