added config file property for the ymls

This commit is contained in:
Murat Ozcan 2022-05-11 07:49:06 -05:00
parent 107b887072
commit b3c3324992
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ jobs:
with: with:
browser: chrome browser: chrome
start: yarn dev start: yarn dev
config-file: cypress/config/dev.json
record: true record: true
env: env:
COMMERCE_PROVIDER: ${{ secrets.COMMERCE_PROVIDER }} COMMERCE_PROVIDER: ${{ secrets.COMMERCE_PROVIDER }}

View File

@ -17,6 +17,7 @@ jobs:
with: with:
browser: chrome browser: chrome
start: yarn dev start: yarn dev
config-file: cypress/config/local.json
wait-on: 'http://localhost:3000' wait-on: 'http://localhost:3000'
wait-on-timeout: 120000 wait-on-timeout: 120000
record: true record: true