From 75ce90a143e4b685f8a98bd9cea6596abe82e15d Mon Sep 17 00:00:00 2001 From: Dylan Kelly Date: Mon, 10 Jul 2023 09:25:47 +1000 Subject: [PATCH] ci: add cypress cloud record flag --- examples/nuxt-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nuxt-app/package.json b/examples/nuxt-app/package.json index 9b91ef20cf..4c18ba3388 100644 --- a/examples/nuxt-app/package.json +++ b/examples/nuxt-app/package.json @@ -15,7 +15,7 @@ "mockserver": "nuxt-ripple mock ./test/fixtures -S ./test/fixtures/site/reference.json -R mock-routes.json", "cy:open": "cypress open --e2e --browser electron", "cy:run": "cypress run", - "test:ci": "NUXT_PUBLIC_API_URL=http://localhost:3001 API_PORT=3001 start-test start tcp:3000 'cy:run'", + "test:ci": "NUXT_PUBLIC_API_URL=http://localhost:3001 API_PORT=3001 start-test start tcp:3000 'cy:run --record'", "test:integration": "start-test 'NUXT_PUBLIC_API_URL=http://localhost:3001 API_PORT=3001 pnpm dev' 'http-get://localhost:3000/api/tide/site?id=8888' 'cy:open'", "lighthouse": "unlighthouse-ci --site http://localhost:3000", "lighthouse:ci": "start-test start:mock 3000 lighthouse"