Skip to content

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 05098e9 commit 87c27d3
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,15 @@ 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
----
.Verification
After adding the integration test to an application, you need to trigger a new build of its components to make {ProductName} run the integration test. Make a commit to the GitHub repositories of your components to trigger a new build.
Expand Down

0 comments on commit 87c27d3

Please sign in to comment.