diff --git a/docs/modules/ROOT/pages/how-to-guides/testing_applications/proc_creating_custom_test.adoc b/docs/modules/ROOT/pages/how-to-guides/testing_applications/proc_creating_custom_test.adoc index fdf5b038..d60e90e0 100644 --- a/docs/modules/ROOT/pages/how-to-guides/testing_applications/proc_creating_custom_test.adoc +++ b/docs/modules/ROOT/pages/how-to-guides/testing_applications/proc_creating_custom_test.adoc @@ -94,11 +94,13 @@ spec: ---- In the integration test created above, integration-service adds some Params/Labels automatically to the integration PipelineRun -1. A param containing the Snapshot as a json string -2. A param containing the DeploymentTarget connection details and Environment name -3. A Label for type of PipelineRun, i.e. "test" -4. A Label for optional flag of IntegrationTestScenario -5. Labels for the name of application, component and IntegrationTestScenario +1. The param of "SNAPSHOT" containing the Snapshot as a json string +2. The param of "NAMESPACE" containing the namespace where the snapshot will be deployed +3. The Label of "appstudio.openshift.io/snapshot" containing the name of snapshot +4. The Label of "test.appstudio.openshift.io/optional" for optional flag of IntegrationTestScenario +5. The Label of "test.appstudio.openshift.io/scenario" containing the name of IntegrationTestScenario +6. The Label of "appstudio.openshift.io/application" containing the name of application +7. The Label of "appstudio.openshift.io/component" containing the name of component ---- .Verification