Skip to content

Commit c50a829

Browse files
authored
docs: update test phase references (#6539)
1 parent ca02f67 commit c50a829

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/content/en/docs/_index.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Kubernetes cluster.
1919

2020
* Fast local Kubernetes Development
2121
* **optimized "Source to Kubernetes"** - Skaffold detects changes in your source code and handles the pipeline to
22-
**build**, **push**, and **deploy** your application automatically with **policy-based image tagging** and **highly optimized, fast local workflows**
22+
**build**, **push**, **test** and **deploy** your application automatically with **policy-based image tagging** and **highly optimized, fast local workflows**
2323
* **continuous feedback** - Skaffold automatically manages deployment logging and resource port-forwarding
2424
* Skaffold projects work everywhere
2525
* **share with other developers** - Skaffold is the easiest way to **share your project** with the world: `git clone` and `skaffold run`
2626
* **context aware** - use Skaffold profiles, local user config, environment variables, and flags to easily incorporate differences across environments
27-
* **CI/CD building blocks** - use `skaffold build` and `skaffold deploy` as part of your CI/CD pipeline, or simply `skaffold run` end-to-end
27+
* **CI/CD building blocks** - use `skaffold build`, `skaffold test` and `skaffold deploy` as part of your CI/CD pipeline, or simply `skaffold run` end-to-end
2828
* **GitOps integration** - use `skaffold render` to build your images and render templated Kubernetes manifests for use in GitOps workflows
2929
* skaffold.yaml - a single pluggable, declarative configuration for your project
3030
* **skaffold init** - Skaffold can discover your build and deployment configuration and generate a Skaffold config
@@ -47,7 +47,7 @@ stages into one simple command. Every time you run `skaffold dev`, the system
4747
1. Collects and watches your source code for changes
4848
1. Syncs files directly to pods if user marks them as syncable
4949
1. Builds artifacts from the source code
50-
1. Tests the built artifacts using [container-structure-tests](https://github.com/GoogleContainerTools/container-structure-test)
50+
1. Tests the built artifacts using [container-structure-tests](https://github.com/GoogleContainerTools/container-structure-test) or custom scripts
5151
1. Tags the artifacts
5252
1. Pushes the artifacts
5353
1. Deploys the artifacts
@@ -89,6 +89,7 @@ Skaffold supports the following tools:
8989

9090
{{% tab "TESTERS" %}}
9191
* [container-structure-test](https://github.com/GoogleContainerTools/container-structure-test)
92+
* custom script
9293
{{% /tab %}}
9394

9495
{{% tab "DEPLOYERS" %}}

0 commit comments

Comments
 (0)