From 2036e33a20c02d8b6fdac53cfbab197be7758179 Mon Sep 17 00:00:00 2001 From: Owen Rees Date: Sat, 24 Jun 2023 10:36:30 +0200 Subject: [PATCH] Update cypress.yml --- .github/workflows/cypress.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index d88a633..961b26b 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -19,6 +19,7 @@ jobs: with: # Starts web server for E2E tests - replace with your own server invocation # https://docs.cypress.io/guides/continuous-integration/introduction#Boot-your-server + browser: chrome build: npm run build start: npm start wait-on: 'http://localhost:3000' # Waits for above