Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kpawelczak committed Aug 23, 2024
1 parent d69f8c6 commit 83536f6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions ci-scripts/e2e-cypress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ else
echo '-----'
echo "Running Cypress end to end tests"

if [ "${GITHUB_EVENT_NAME}" == "pull_request" ]; then
if [[ "${GITHUB_HEAD_REF}" == epic/* ]]; then
# if [ "${GITHUB_EVENT_NAME}" == "pull_request" ]; then
# if [[ "${GITHUB_HEAD_REF}" == epic/* ]]; then
# npm run e2e:run:ci"${SUITE}"
# else
# npm run e2e:run:ci:core"${SUITE}"
# fi
# else
npm run e2e:run:ci"${SUITE}"
else
npm run e2e:run:ci:core"${SUITE}"
fi
else
npm run e2e:run:ci"${SUITE}"
fi
# fi
fi
2 changes: 1 addition & 1 deletion projects/storefrontapp-e2e-cypress/cypress.config.ci.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default defineConfig({
},
videoUploadOnPasses: false,
env: {
API_URL: 'https://20.83.184.244:9002',
API_URL: 'https://spartacus-dev-asx1.eastus.cloudapp.azure.com:8443',
BASE_SITE: 'electronics-spa',
BASE_LANG: 'en',
BASE_CURRENCY: 'USD',
Expand Down
2 changes: 1 addition & 1 deletion projects/storefrontapp-e2e-cypress/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig({
env: {
CLIENT_ID: 'mobile_android',
CLIENT_SECRET: 'secret',
API_URL: 'https://40.76.109.9:9002',
API_URL: 'https://spartacus-dev-asx1.eastus.cloudapp.azure.com:8443',
BASE_SITE: 'electronics-spa',
BASE_LANG: 'en',
BASE_CURRENCY: 'USD',
Expand Down
2 changes: 1 addition & 1 deletion projects/storefrontapp/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if (!environment.production) {
provideConfig(<OccConfig>{
backend: {
occ: {
baseUrl: environment.occBaseUrl,
baseUrl: 'https://spartacus-dev-asx1.eastus.cloudapp.azure.com:8443',
prefix: environment.occApiPrefix,
},
},
Expand Down

0 comments on commit 83536f6

Please sign in to comment.