Skip to content

Commit

Permalink
chore: make ccv2 e2e tests script compatible with cy12 (SAP#17107)
Browse files Browse the repository at this point in the history
  • Loading branch information
FollowTheFlo authored Mar 23, 2023
1 parent 336203a commit fce4831
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions run-spartacus-ccv2-e2es.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@
# export ENDPOINT_URL_PUBLIC_SPARTACUS=https://spartacusstore.cg79x9wuu9-eccommerc1-p1-public.model-t.myhybris.cloud
# export ENDPOINT_URL_PUBLIC_API=https://api.cg79x9wuu9-eccommerc1-p1-public.model-t.myhybris.cloud

CYPRESS_ROOT_FOLDER="cypress/integration"
CYPRESS_ROOT_FOLDER="cypress/e2e"
CYPRESS_B2C_FOLDER="$CYPRESS_ROOT_FOLDER/regression"
CYPRESS_B2B_FOLDER="$CYPRESS_ROOT_FOLDER/b2b/regression"
CYPRESS_ACCESSIBILITY_FOLDER="$CYPRESS_ROOT_FOLDER/accessibility"
CYPRESS_SSR_FOLDER="$CYPRESS_ROOT_FOLDER/ssr"
CYPRESS_VENDOR_FOLDER="$CYPRESS_ROOT_FOLDER/vendor"


export E2ES_TO_RUN="$CYPRESS_B2C_FOLDER/checkout/checkout-flow.core-e2e-spec.ts,
$CYPRESS_B2C_FOLDER/homepage/homepage.core-e2e-spec.ts
"
export E2ES_TO_RUN="$CYPRESS_B2C_FOLDER/checkout/checkout-flow.core-e2e.cy.ts,$CYPRESS_B2C_FOLDER/homepage/homepage.core-e2e.cy.ts"

# install cypress standlone dependencies
(cd projects/storefrontapp-e2e-cypress && npm install)
Expand Down

0 comments on commit fce4831

Please sign in to comment.