Skip to content

chore:running spa 2211.38 against cx 2211.32 #20123

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

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .env-cmdrc
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"dev": {
"CX_BASE_URL": "https://40.76.109.9:9002"
"CX_BASE_URL": "https://74.235.90.247:9002"
},
"local": {
"CX_BASE_URL": "https://localhost:9002"
"CX_BASE_URL": "https://74.235.90.247:9002"
},
"local-http": {
"CX_BASE_URL": "http://localhost:9002"
"CX_BASE_URL": "http://74.235.90.247:9002"
},
"ci": {
"CX_BASE_URL": "https://20.83.184.244:9002"
"CX_BASE_URL": "https://74.235.90.247:9002"
},
"ccv2": {
"CX_BASE_URL": "https://api.cg79x9wuu9-eccommerc1-p1-public.model-t.myhybris.cloud"
Expand Down
48 changes: 24 additions & 24 deletions ci-scripts/e2e-cypress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,29 +132,29 @@ else
echo '-----'
echo "Running Cypress end to end tests"

if [ "${GITHUB_EVENT_NAME}" == "pull_request" ]; then
echo "Running Cypress end-to-end tests for pull request"

if [[ "${GITHUB_HEAD_REF}" == epic/* ]]; then
echo "Running full Cypress end-to-end tests for epic branch"
npm run e2e:run:ci"${SUITE}"
else
echo "Running core Cypress end-to-end tests for pull requests"
npm run e2e:run:ci:core"${SUITE}"
fi

elif [ "${GITHUB_EVENT_NAME}" == "push" ]; then
echo "Running Cypress end-to-end tests for push event"

if is_bot_commit; then
echo "Commit was made by Renovate Bot or Dependabot. Running core Cypress end-to-end tests"
npm run e2e:run:ci:core"${SUITE}"
else
echo "Running full Cypress end-to-end tests"
npm run e2e:run:ci"${SUITE}"
fi
else
echo "Running full Cypress end-to-end tests"
#if [ "${GITHUB_EVENT_NAME}" == "pull_request" ]; then
# echo "Running Cypress end-to-end tests for pull request"

# if [[ "${GITHUB_HEAD_REF}" == epic/* ]]; then
# echo "Running full Cypress end-to-end tests for epic branch"
# npm run e2e:run:ci"${SUITE}"
# else
# echo "Running core Cypress end-to-end tests for pull requests"
# npm run e2e:run:ci:core"${SUITE}"
#fi

#elif [ "${GITHUB_EVENT_NAME}" == "push" ]; then
# echo "Running Cypress end-to-end tests for push event"

# if is_bot_commit; then
# echo "Commit was made by Renovate Bot or Dependabot. Running core Cypress end-to-end tests"
# npm run e2e:run:ci:core"${SUITE}"
#else
# echo "Running full Cypress end-to-end tests"
# npm run e2e:run:ci"${SUITE}"
#fi
#else
# echo "Running full Cypress end-to-end tests"
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://74.235.90.247: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://74.235.90.247:9002',
BASE_SITE: 'electronics-spa',
BASE_LANG: 'en',
BASE_CURRENCY: 'USD',
Expand Down
Loading