From 0ec979502b5e7e10a5ce839fa08b6340712f75e3 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sat, 14 Oct 2023 15:18:50 +0200 Subject: [PATCH] test: use summary-title in example-chrome --- .github/workflows/example-chrome.yml | 2 ++ 1 file changed, 2 insertions(+) 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: