summaryrefslogtreecommitdiff
path: root/contributors/devel/sig-testing/integration-tests.md
AgeCommit message (Collapse)Author
2019-02-08Make integration-tests its own docmattjmcnaughton
Previously, information on running unit and integration tests lived in the testing.md doc, while information on running e2e tests lived in its own doc. The testing.md doc is getting large, and particularly since its a doc that many new members of the project look at, I think there's a lot of benefit to keeping it concise. To accomplish this, move information around running integration tests into integration-tests.md, and then link to said document from testing.md. This allows a new member of the project to get up and running with unit tests, and then explore integration/e2e testing as they have the need.