chore: remove vtest bot (#10202)
Visual regression tests did not survive a week and got merged back. Remove the bot since there are no tests to run.
This commit is contained in:
parent
12c1716fcc
commit
56521e2a49
21
.github/workflows/tests_primary.yml
vendored
21
.github/workflows/tests_primary.yml
vendored
|
|
@ -72,24 +72,3 @@ jobs:
|
||||||
- run: xvfb-run npm run ttest
|
- run: xvfb-run npm run ttest
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
|
|
||||||
test_runner_vrt:
|
|
||||||
name: Test Runner Visual Regression Testing
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- uses: actions/setup-node@v2
|
|
||||||
with:
|
|
||||||
node-version: 12
|
|
||||||
- run: npm i -g npm@8
|
|
||||||
- run: npm ci
|
|
||||||
env:
|
|
||||||
DEBUG: pw:install
|
|
||||||
- run: npm run build
|
|
||||||
- run: npx playwright install docker-image
|
|
||||||
working-directory: tests/playwright-test/stable-test-runner/
|
|
||||||
- run: npm run vtest
|
|
||||||
- uses: actions/upload-artifact@v1
|
|
||||||
if: ${{ always() }}
|
|
||||||
with:
|
|
||||||
name: visual-regression-testing
|
|
||||||
path: test-results
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue