Update cypress.yml

This commit is contained in:
Owen Rees
2023-06-24 08:48:58 +02:00
committed by GitHub
parent e424d00a27
commit 241a3a53af
+1
View File
@@ -19,6 +19,7 @@ jobs:
with: with:
# Starts web server for E2E tests - replace with your own server invocation # Starts web server for E2E tests - replace with your own server invocation
# https://docs.cypress.io/guides/continuous-integration/introduction#Boot-your-server # https://docs.cypress.io/guides/continuous-integration/introduction#Boot-your-server
build: npm run build
start: npm start start: npm start
wait-on: 'http://localhost:3000' # Waits for above wait-on: 'http://localhost:3000' # Waits for above
# Records to Cypress Cloud # Records to Cypress Cloud