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

Commit 7ae007c

Browse files
Merge pull request #186 from Chr1st1anSears/correct-parallel-tests-info
Fixes explanation of temporary environments in step 7
2 parents ca36fd0 + a5b4cc9 commit 7ae007c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ 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.
18+
. Optional: If you need to deploy your application as part of the test, use the drop-down menu in the *Environment* field to select *development*. {ProductName} then deploys your application to a temporary clone of that environment during testing.
2119
. Optional: If you do not want the test to prevent the application from being deployed, then select *Mark as optional for release*.
2220
. Select *Add integration test*.
2321
. Start a new build for any component you want to test.

0 commit comments

Comments
 (0)