Skip to content

Commit

Permalink
docs(730): ensure e2e tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTParsons authored and JohnTParsons committed Apr 18, 2023
1 parent 0144e77 commit a3668f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"e2e:comps:parallel": "cypress-parallel -s e2e:comps:run -t 4 -d cypress/components/**/*.cy.{js,jsx,ts,tsx}",
"e2e:docs:run": "cypress run --config-file cypress.docs.config.ts",
"e2e:docs:open": "cypress open --config-file cypress.docs.config.ts",
"e2e:docs:parallel": "cypress-parallel -s e2e:docs:run -t 6 -d cypress/site/functional/**/*.cy.{js,jsx,ts,tsx}",
"e2e:docs:parallel": "cypress-parallel -s e2e:docs:run -t 4 -d cypress/site/functional/**/*.cy.{js,jsx,ts,tsx}",
"e2e:comps:ci": "start-server-and-test e2e:serve 8080 'TZ=UTC yarn e2e:comps:parallel'",
"e2e:docs:ci": "yarn e2e:generate:a11ytests:web && start-server-and-test serve:docs 8081 'TZ=UTC && yarn e2e:docs:parallel'",
"e2e:visual:docs:ci:percy": "start-server-and-test serve:docs 8081 'TZ=UTC percy exec -- cypress run --config-file cypress.docs.percy.config.ts'",
Expand Down

0 comments on commit a3668f9

Please sign in to comment.