NoFault Divorce CCD journey tests
This service is to help people to run End2End Journey Tests for NoFault Divorce Solicitor Journeys.
Running the application requires the following tools to be installed in your environment:
Install dependencies by executing the following command:
$ yarn install
### Set these properties in your terminal before running the yarn test-e2e-standalone
export LA_USER_EMAIL=divorce_as_caseworker_la@mailinator.com
export LA_USER_PASSWORD=<<Take this from the .env file of nfdiv-dev>>
export PROF_USER_EMAIL=divorce_as_petitioner_solicitor_01@mailinator.com
export PROF_USER_PASSWORD=<<Take this from the .env file of nfdiv-dev>>
export CCD_CASEWORKER_E2E_EMAIL=divorce_as_caseworker_beta@mailinator.com
export CCD_CASEWORKER_E2E_PASSWORD=<<Take this from the .env file of nfdiv-dev>>
export IDAM_CLIENT_SECRET=<<Take this value from Azure Secret Vault >>
export SERVICE_SECRET=<<Take this value from Azure Secret Vault >>
export TestEnvSolUser='TEST_SOLICITOR@mailinator.com',
export TestEnvSolPassword=<<Take this from the .env file of nfdiv-dev>>
export TestEnvCaseworkerUser='TEST_CASE_WORKER_USER@mailinator.com',
export TestEnvCaseworkerPassword=<<Take this from the .env file of nfdiv-dev>>
## For NFDiv e2e Tests
$ yarn test-e2e-standalone
$ yarn test:fullfunctional (to run all the e2e tests
$ yarn test:crossbrowser