Skip to content

properly version package.json #3112

properly version package.json

properly version package.json #3112

# This workflow will do a clean install of node dependencies, build the library, run testem visual tests for Chrome
name: Visual unit tests on Chrome
on:
push:
branches: [ master, 5.x ]
pull_request:
branches: [ master, 5.x ]
jobs:
chrome-visual-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Visual unit tests on Chrome
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm ci
- run: npm run build:fast
- name: Run headless test
uses: GabrielBB/xvfb-action@v1
with:
run: npm run testem:ci -- --port 8080 -f testem-visual.json -l Chrome