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

Commit

Permalink
Update proc_creating_custom_test.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jinqi7 authored Jul 24, 2023
1 parent 87c27d3 commit be56cdf
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,14 @@ spec:
. Add your new custom test as an integration test in {ProductName}.
.. For additional instructions on adding an integration test, see this document: xref:how-to-guides/testing_applications/proc_adding_an_integration_test.adoc[Adding an integration test].

. Params/Labels added by integration-service automatically to the integration PipelineRun
----
.. A param containing the Snapshot as a json string
.. A param containing the DeploymentTarget connection details and Environment name
.. A Label for type of PipelineRun, i.e. "test"
.. A Label for optional flag of IntegrationTestScenario
.. Labels For the name of application , component and IntegrationTestScenario
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
----

.Verification
Expand Down

0 comments on commit be56cdf

Please sign in to comment.