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

Commit bc5be05

Browse files
author
Christian Sears
committed
Updates adding integration test doc
1 parent 05098e9 commit bc5be05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Complete the following steps in the {ProductName} console:
1515
. In the *GitHub URL* field, enter the URL of the GitHub repository that contains the test you want to use.
1616
. Optional: If you want to use a branch, commit, or version other than the default, specify the branch name, commit SHA, or tag in the *Revisions* field
1717
. In the *Path in repository* field, enter the path to the `.yaml` file that defines the test you want to use.
18+
. Optional: If you want to run this test in parallel with other integration tests, use the drop-down menu in the *Environment* field to select *development*.
19+
.. Running integration tests in parallel allows your components to progress through the testing pipeline faster.
20+
.. This selection configures {ProductName} to clone the development environment, and run the integration test in that environment.
1821
. Optional: If you do not want the test to prevent the application from being deployed, then select *Mark as optional for release*.
1922
. Select *Add integration test*.
2023
. Start a new build for any component you want to test.

0 commit comments

Comments
 (0)