diff --git a/.github/workflows/example-chrome.yml b/.github/workflows/example-chrome.yml index 69c496ec9..7f10d1c49 100644 --- a/.github/workflows/example-chrome.yml +++ b/.github/workflows/example-chrome.yml @@ -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 @@ -47,6 +48,7 @@ jobs: working-directory: examples/browser browser: chrome headed: true + summary-title: 'Chrome headed' - uses: actions/upload-artifact@v3 with: