Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
add CI job to run headless chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Nov 23, 2020
1 parent cf22cf4 commit ac7d7e4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,17 @@ jobs:
start: npm start
wait-on: 'http://localhost:3000'
spec: 'cypress/integration/07-ci/*'

headless-chrome:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Cypress run
uses: cypress-io/github-action@v2
with:
start: npm start
wait-on: 'http://localhost:3000'
spec: 'cypress/integration/07-ci/*'
browser: chrome
headless: true

0 comments on commit ac7d7e4

Please sign in to comment.