Skip to content

Commit e159461

Browse files
committed
Line length
1 parent 2874501 commit e159461

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/decisions/0002-automate-testing-of-platform.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ Technical Story: Spike: Automated testing for platform [[#6](https://github.com/
88

99
## Context and Problem Statement
1010

11-
Testing the platform currently requires multiple time-consuming steps, involving creating a new repo, copying over template code, creating infrastructure from template code, and verifying that CI and CD works. Furthermore, splitting up the platform into separate template-infra and template-application-* repositories increases the importance of testing the pieces together in an integrated fashion. In order to sustainably maintain development of the platform, we need a way to test the platform in an automated fashion.
11+
Testing the platform currently requires multiple time-consuming steps, involving
12+
creating a new repo, copying over template code, creating infrastructure from
13+
template code, and verifying that CI and CD works. Furthermore, splitting up the
14+
platform into separate template-infra and template-application-* repositories
15+
increases the importance of testing the pieces together in an integrated
16+
fashion. In order to sustainably maintain development of the platform, we need a
17+
way to test the platform in an automated fashion.
1218

1319
## Proposal
1420

0 commit comments

Comments
 (0)