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
While it is true that we can test Jemison locally, we sometimes want to test in a production-like environment.
It should be possible, from any branch, to push a build to dev in cloud.gov.
How did we discover this problem?
The previous system lacked a dev environment. It also lacked the ability for developers to test their code locally. While Jemison addresses the latter, we do not yet have the former. Being able to test in production matters, especially early on, to make sure that infrastructure-related code works as expected.
Job Story(s)
When I want to test my code on cloud.gov, as a developer, I want to push one button to deploy, so I can be confident in my work.
What are we planning to do about it?
We do not know if this is possible in Circle/CI. This story assumes it is possible to deploy from an arbitrary branch.
We should confirm this, and if it is possible, then implement an automation that any dev can trigger to deploy their software to dev.
What are we not planning to do about it?
We are not planning to not do it.
How will we measure success?
The content you are editing has changed. Please copy your edits and refresh the page.
Screen reader - Listen to the experience with a screen reader extension, ensure the information presented in order
Keyboard navigation - Run through acceptance criteria with keyboard tabs, ensure it works.
Text scaling - Adjust viewport to 1280 pixels wide and zoom to 200%, ensure everything renders as expected. Document 400% zoom issues with USWDS if appropriate.
The text was updated successfully, but these errors were encountered:
Problem
While it is true that we can test Jemison locally, we sometimes want to test in a production-like environment.
It should be possible, from any branch, to push a build to
dev
in cloud.gov.How did we discover this problem?
The previous system lacked a
dev
environment. It also lacked the ability for developers to test their code locally. While Jemison addresses the latter, we do not yet have the former. Being able to test in production matters, especially early on, to make sure that infrastructure-related code works as expected.Job Story(s)
When I want to test my code on cloud.gov, as a developer, I want to push one button to deploy, so I can be confident in my work.
What are we planning to do about it?
We do not know if this is possible in Circle/CI. This story assumes it is possible to deploy from an arbitrary branch.
We should confirm this, and if it is possible, then implement an automation that any dev can trigger to deploy their software to
dev
.What are we not planning to do about it?
We are not planning to not do it.
How will we measure success?
Tasks
Security Considerations
Required per CM-4.
Similar to #85.
Process checklist
If there's UI...
The text was updated successfully, but these errors were encountered: