Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit cc1b80a

Browse files
Update proc_creating_custom_test.adoc
1 parent 150a6b3 commit cc1b80a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/modules/ROOT/pages/how-to-guides/testing_applications/proc_creating_custom_test.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ When you create a custom integration test, {ProductName} automatically adds cert
9797

9898
Parameters:
9999

100-
* *`SNAPSHOT`*: contains the xref:../../glossary/index.adoc#_snapshot[snapshot] of the whole application as a JSON string. This JSON string provides useful information about the test, such as which components {ProductName} is testing, and what git repository and commit {ProductName} is using to build those components. For information about snapshot JSON string, see link:https://github.com/redhat-appstudio/integration-examples/blob/main/examples/snapshot_json_string_example[an example snapshot json string]
101-
* *`NAMESPACE`*: adds the `namespace` parameter to indicate which namespace it uses for deployment only if your integration test specifies that {ProductName} should deploy a snapshot to an ephemeral environment during testing. This parameter can help you query Kubernetes resources that are deployed in the test environment, such as routes, deployments, and pods.
100+
* *`SNAPSHOT`*: contains the xref:../../glossary/index.adoc#_snapshot[snapshot] of the whole application as a JSON string. This JSON string provides useful information about the test, such as which components {ProductName} is testing, and what git repository and commit {ProductName} is using to build those components. For information about snapshot JSON string, see link:https://github.com/redhat-appstudio/integration-examples/blob/main/examples/snapshot_json_string_example[an example snapshot JSON string].
101+
* *`NAMESPACE`*: indicates which namespace {ProductName} uses for temporary deployment, but only if your integration test specifies that {ProductName} should deploy the snapshot to an ephemeral environment during testing. This parameter can help you query Kubernetes resources that are deployed in the test environment, such as routes, deployments, and pods.
102102
103103
Labels:
104104

105-
* *`appstudio.openshift.io/application`*: contains the name of the application
106-
* *`appstudio.openshift.io/component`*: contains the name of the component
107-
* *`appstudio.openshift.io/snapshot`*: contains the name of the snapshot
105+
* *`appstudio.openshift.io/application`*: contains the name of the application.
106+
* *`appstudio.openshift.io/component`*: contains the name of the component.
107+
* *`appstudio.openshift.io/snapshot`*: contains the name of the snapshot.
108108
* `test.appstudio.openshift.io/optional`: contains the optional flag, which specifies whether or not components must pass the integration test before deployment.
109109
* `test.appstudio.openshift.io/scenario`: contains the name of the integration test (this label ends with "scenario," because each test is technically a custom resource called an `IntegrationTestScenario`).
110110

0 commit comments

Comments
 (0)