Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI TEST - CX 2211.32 #19842

Closed
4 changes: 2 additions & 2 deletions .env-cmdrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dev": {
"CX_BASE_URL": "https://40.76.109.9:9002"
"CX_BASE_URL": "https://spartacus-devci7679.eastus.cloudapp.azure.com:9002"
},
"local": {
"CX_BASE_URL": "https://localhost:9002"
Expand All @@ -9,7 +9,7 @@
"CX_BASE_URL": "http://localhost:9002"
},
"ci": {
"CX_BASE_URL": "https://20.83.184.244:9002"
"CX_BASE_URL": "https://spartacus-devci7679.eastus.cloudapp.azure.com:9002"
},
"ccv2": {
"CX_BASE_URL": "https://api.cg79x9wuu9-eccommerc1-p1-public.model-t.myhybris.cloud"
Expand Down
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-devci7679.eastus.cloudapp.azure.com:9002',
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-devci7679.eastus.cloudapp.azure.com:9002',
BASE_SITE: 'electronics-spa',
BASE_LANG: 'en',
BASE_CURRENCY: 'USD',
Expand Down
Loading