## Automate backstage deployment
Given that we know that the backstage project will require rapid iteration
We believe that automating the deployment process
Will result in more frequent, successful deployments
### Context
### Story 1
As a backstage maintainer
I want to deploy code that's validated by automated unit tests
So that I can prevent failures in production
Given I am running a deployment
When I review the logs for the deployment
Then I will see the unit test coverage report
Given I am running a deployment with a failing unit test
When I review the logs for the deployment
Then I will see a summary about the failed unit test
### Story 2
As a backstage maintainer
I want to deploy code that's validated by frontend end to end tests
So that I can prevent failures in production
Given I am running a deployment
When I review the logs for the deployment
Then I will see the logs fro the frontend end to end tests
Given I am running a deployment with a failing frontend end to end test
When I review the logs for the deployment
Then I will see a summary about the failed frontend end to end test
### Story 3
As a backstage maintainer
create a release and deployment
### Story 4
upload image
### Story 5
trigger deployement and notify
### Story 6
notify about deployment start failure finish in slack
### Story 7
document