mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 13:05:15 +00:00
Add playwright to Ci setup
This commit is contained in:
parent
a50a1d8d81
commit
482793d03e
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
|
@ -56,6 +56,22 @@ jobs:
|
||||||
start: yarn dev --host
|
start: yarn dev --host
|
||||||
wait-on: 'http://127.0.0.1:3000'
|
wait-on: 'http://127.0.0.1:3000'
|
||||||
|
|
||||||
|
# Playwright section
|
||||||
|
- name: Install Playwright Browsers
|
||||||
|
run: yarn playwright install --with-deps
|
||||||
|
|
||||||
|
- name: Run Playwright tests
|
||||||
|
run: yarn playwright test
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
if: always()
|
||||||
|
with:
|
||||||
|
name: playwright-report
|
||||||
|
path: playwright-report/
|
||||||
|
retention-days: 30
|
||||||
|
|
||||||
|
# End Playwright section
|
||||||
|
|
||||||
- name: Build build
|
- name: Build build
|
||||||
run: yarn build
|
run: yarn build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user