Skip to content

Change the png full mechanism according to the feedback #81

Change the png full mechanism according to the feedback

Change the png full mechanism according to the feedback #81

Workflow file for this run

name: Chrome headless
on: [push, pull_request]
jobs:
chrome-headless:
runs-on: ubuntu-latest
# https://github.com/cypress-io/cypress-docker-images
container: cypress/browsers
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install Dependencies
run: npm install
- name: Headless Chrome
uses: cypress-io/github-action@v2
timeout-minutes: 10
with:
build: npm run build
start: npm run demo
browser: chrome
headless: true
project: ./test