github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v2/content/en/docs/testers/_index.md (about) 1 --- 2 title: "Test" 3 linkTitle: "Test" 4 weight: 42 5 featureId: test 6 aliases: [/docs/how-tos/testers, /docs/pipeline-stages/testers/] 7 no_list: true 8 --- 9 10 Skaffold has an integrated testing phase between the build and deploy phases of the pipeline. Skaffold supports the below types of tests. 11 12 | Skaffold testers|Description| 13 |----------|-------| 14 | [Custom Test]({{< relref "/docs/testers/custom.md" >}}) | Enables users to run custom commands in the testing phase of the Skaffold pipeline | 15 | [Container Structure Test]({{< relref "/docs/testers/structure.md" >}}) | Enables users to validate built container images before deploying them to their cluster |