Skip to content

Commit

Permalink
fix: run cypress tests against prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
airjp73 committed Jun 9, 2024
1 parent 4ba281d commit 06fe006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"name": "test-app",
"description": "",
"version": "0.0.1",
"type": "module",
"scripts": {
"build": "remix vite:build",
"dev": "start-server-and-test dev:remix http-get://localhost:3000 cy:open",
"test": "start-server-and-test dev:remix http-get://localhost:3000 cy:run",
"test": "start-server-and-test start http-get://localhost:3000 cy:run",
"dev:remix": "remix vite:dev",
"cy:open": "cypress open",
"cy:run": "cypress run",
Expand Down

0 comments on commit 06fe006

Please sign in to comment.