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
the test runner should be configured with a matrix of tests. Each test should be an endpoint on a CF web application. The runner should know these things about each test:
org
space
app
endpoint
expected http status code
pattern or string to match http response body
not yet figured out:
should the runner be responsible for starting these apps?
should we include during-deployment tests, or just acceptance tests run after cf deploys?
should tests live in cg-deploy-cf? in separate repos by test app? in a monorepo, but not cg-deploy-cf?
In order to improve our confidence in the app platform, we want to write an RFC on how we test
Acceptance Criteria
Security considerations
none
Implementation sketch
The following should be completed to start the review of the RFC
The text was updated successfully, but these errors were encountered: