update cypress scripts
This commit is contained in:
Родитель
824253c05f
Коммит
b8c1278a1f
|
@ -48,6 +48,8 @@ jobs:
|
|||
- name: Generate ⚙️
|
||||
run: npm run generate
|
||||
|
||||
- uses: nanasess/setup-chromedriver@master
|
||||
|
||||
- name: Run E2E Tests 🧪
|
||||
run: |
|
||||
npx serve dist &
|
||||
|
|
|
@ -12,9 +12,9 @@
|
|||
"lint": "npm run lint:js && npm run lint:style",
|
||||
"test": "jest",
|
||||
"e2e": "TZ=America/New_York cypress open --browser chrome",
|
||||
"e2e:ci": "TZ=America/New_York cypress run",
|
||||
"e2e:ci": "TZ=America/New_York cypress run --browser chrome --headless",
|
||||
"component": "TZ=America/New_York cypress open-ct --browser chrome",
|
||||
"component:ci": "TZ=America/New_York cypress run-ct",
|
||||
"component:ci": "TZ=America/New_York cypress run-ct --browser chrome --headless",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче