|
|
@@ -34,7 +34,7 @@ chrome:
|
|
|
parallel: 5
|
|
|
script:
|
|
|
- yarn dev & npx wait-on http://localhost:3004
|
|
|
- - yarn cypress:silent --record --parallel --browser chrome --group "Chrome" --spec "test/cypress/integration/*"
|
|
|
+ - yarn cypress:silent --record --parallel --browser chrome --group "Chrome"
|
|
|
|
|
|
chrome-mobile:
|
|
|
image: cypress/browsers:node14.17.0-chrome88-ff89
|
|
|
@@ -42,7 +42,7 @@ chrome-mobile:
|
|
|
parallel: 5
|
|
|
script:
|
|
|
- yarn dev & npx wait-on http://localhost:3004
|
|
|
- - yarn cypress:silent --record --parallel --browser chrome --group "Chrome - Mobile" --spec "test/cypress/integration/*" --config "viewportWidth=375,viewportHeight=667"
|
|
|
+ - yarn cypress:silent --record --parallel --browser chrome --group "Chrome - Mobile" --config "viewportWidth=375,viewportHeight=667"
|
|
|
|
|
|
firefox:
|
|
|
image: cypress/browsers:node14.17.0-chrome88-ff89
|
|
|
@@ -50,7 +50,7 @@ firefox:
|
|
|
parallel: 5
|
|
|
script:
|
|
|
- yarn dev & npx wait-on http://localhost:3004
|
|
|
- - yarn cypress:silent --record --parallel --browser firefox --group "Firefox" --spec "test/cypress/integration/*"
|
|
|
+ - yarn cypress:silent --record --parallel --browser firefox --group "Firefox"
|
|
|
|
|
|
firefox-mobile:
|
|
|
image: cypress/browsers:node14.17.0-chrome88-ff89
|
|
|
@@ -58,4 +58,4 @@ firefox-mobile:
|
|
|
parallel: 5
|
|
|
script:
|
|
|
- yarn dev & npx wait-on http://localhost:3004
|
|
|
- - yarn cypress:silent --record --parallel --browser firefox --group "Firefox - Mobile" --spec "test/cypress/integration/*" --config "viewportWidth=375,viewportHeight=667"
|
|
|
+ - yarn cypress:silent --record --parallel --browser firefox --group "Firefox - Mobile" --config "viewportWidth=375,viewportHeight=667"
|