You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build and deploy the application/services to a development environment (bonus points for storing the build artifacts for later deployment to production)
run end-to-end tests against the deployed application
Acceptance Criteria: Create a list of functional outcomes that must be achieved to complete this issue
develop deploys to [a cloudgov environment] when PRs merge
cypress tests run against [the cloudgov environment] once a deployment completes
run tests after deployment to any environment? dev, staging, qasp, etc (not prod)
Testing Checklist has been run and all tests pass
README is updated, if necessary
Tasks: Create a list of granular, specific work items that must be completed to deliver the desired outcomes of this issue
Modify the Circle CI config to deploy the develop branch to [a development environment in cloudgov] after PRs merge
Add a step post-deployment to run the cypress e2e tests against [the environment].
This requires overriding some environment variables in the cypress run command, as well as adding a CYPRESS_TOKEN environment variable to the Circle CI config and CloudGov app variables.
"test:e2e-ci": "cypress run --headless --env cypressToken=${CYPRESS_TOKEN}",
[update with link to example config once cypress PR merges]
Update devops/application documentation to reflect the change in process
Run Testing Checklist and confirm all tests pass
Notes: Add additional useful information, such as related issues and functionality that isn't covered by this specific issue, and other considerations that will be helpful for anyone reading this
Note 1
Note 2
Note 3
Supporting Documentation: Please include any relevant log snippets/files/screen shots
Doc 1
Doc 2
Open Questions: Please include any questions or decisions that must be made before beginning work or to confidently call this issue complete
Open Question 1
Open Question 2
The text was updated successfully, but these errors were encountered:
Description:
After PRs merge we should
Acceptance Criteria:
Create a list of functional outcomes that must be achieved to complete this issue
develop
deploys to [a cloudgov environment] when PRs mergeTasks:
Create a list of granular, specific work items that must be completed to deliver the desired outcomes of this issue
develop
branch to [a development environment in cloudgov] after PRs mergecypress run
command, as well as adding aCYPRESS_TOKEN
environment variable to the Circle CI config and CloudGov app variables.TANF-app/.circleci/build-and-test/jobs.yml
Lines 44 to 65 in be8197a
cypress run
:TANF-app/tdrs-frontend/package.json
Line 41 in be8197a
Notes:
Add additional useful information, such as related issues and functionality that isn't covered by this specific issue, and other considerations that will be helpful for anyone reading this
Supporting Documentation:
Please include any relevant log snippets/files/screen shots
Open Questions:
Please include any questions or decisions that must be made before beginning work or to confidently call this issue complete
The text was updated successfully, but these errors were encountered: