Skip to content

Commit

Permalink
Merge pull request #703 from ministryofjustice/fix/e2e-tests-by-updat…
Browse files Browse the repository at this point in the history
…ing-dev-domain

Update Cypress’s BaseUrl to the new dev domain
  • Loading branch information
tahb authored Nov 13, 2023
2 parents bd7ae99 + aa34267 commit dcfbaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
command: |
npm run test:e2e:ci --\
--env "assessor_username=${CYPRESS_ASSESSOR_USERNAME_<< parameters.environment >>},assessor_password=${CYPRESS_ASSESSOR_PASSWORD_<< parameters.environment >>},referrer_username=${CYPRESS_REFERRER_USERNAME_<< parameters.environment >>},referrer_password=${CYPRESS_REFERRER_PASSWORD_<< parameters.environment >>},acting_user_probation_region_id=${CYPRESS_ACTING_USER_PROBATION_REGION_ID_<< parameters.environment >>},acting_user_probation_region_name=${CYPRESS_ACTING_USER_PROBATION_REGION_NAME_<< parameters.environment >>},environment=${CYPRESS_ENVIRONMENT_<< parameters.environment >>}"\
--config baseUrl=https://temporary-accommodation-<< parameters.environment >>.hmpps.service.justice.gov.uk
--config baseUrl=https://transitional-accommodation-<< parameters.environment >>.hmpps.service.justice.gov.uk
- store_artifacts:
path: e2e/screenshots
destination: screenshots
Expand Down

0 comments on commit dcfbaa2

Please sign in to comment.