Skip to content

Commit

Permalink
Merge pull request #1809 from GSA/1703-clean-cy-script-commands
Browse files Browse the repository at this point in the history
PXBF-1703-clean-cy-script-commands: clean up cy script commands
  • Loading branch information
nehemiah-abuga authored Sep 25, 2024
2 parents b47cc15 + bd7683a commit d94e0df
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions benefit-finder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,9 @@
"cy:dev:storybook": "NODE_ENV=test npm run cy:prebuild:storybook && storybook dev -p 6006",
"cy:build:storybook": "NODE_ENV=test npm run cy:prebuild:storybook && storybook build --test",
"cy:run:e2e": "NODE_ENV=test npx cypress run --browser chrome",
"cy:run": "NODE_ENV=test npm run cy:run:e2e",
"cy:run:prod:e2e": "NODE_ENV=test npx cypress run --config-file cypress.prod.links.config.js --browser chrome",
"cy:run:prod:links:e2e": "NODE_ENV=test npx cypress run --config-file cypress.prod.links.config.js --browser chrome",
"cy:run:pipeline": "NODE_ENV=test concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"http-server ./storybook-static --port 6006 --silent\" -Y",
"cy:run:edge:e2e": "NODE_ENV=test npx cypress run --browser edge",
"cy:run:firefox:e2e": "NODE_ENV=test npx cypress run --browser firefox",
"cy:run:webkit-safari:e2e": "NODE_ENV=test npx cypress run --browser webkit",
"cy:run:cross-browser:e2e": "NODE_ENV=test npm run cy:run:e2e && npm run cy:run:edge:e2e && npm run cy:run:firefox:e2e && cy:run:webkit-safari:e2e"
"cy:run:pipeline": "NODE_ENV=test concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"http-server ./storybook-static --port 6006 --silent\" -Y"
},
"dependencies": {
"@uswds/uswds": "^3.8.2",
Expand Down

0 comments on commit d94e0df

Please sign in to comment.