Skip to content

Commit

Permalink
ci: add cypress cloud record flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly committed Jul 9, 2023
1 parent bd9adec commit 75ce90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 75ce90a

Please sign in to comment.