Skip to content

Commit

Permalink
test: use summary-title in example-chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Oct 17, 2023
1 parent 3a3eb0c commit 90015ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/example-chrome.yml
Expand Up @@ -28,6 +28,7 @@ jobs:
build: npx cypress info
working-directory: examples/browser
browser: chrome
summary-title: 'Chrome headless'
# As of Cypress v8.0 the `cypress run` command
# executes tests in `headless` mode by default

Expand All @@ -47,6 +48,7 @@ jobs:
working-directory: examples/browser
browser: chrome
headed: true
summary-title: 'Chrome headed'

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 90015ba

Please sign in to comment.