Skip to content

Commit 379bb52

Browse files
Apply suggestion from @rosieyohannan
1 parent 24ff6c0 commit 379bb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/modules/test/pages/adaptive-testing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ TIP: In codebases with sparse test coverage, adaptive testing cannot accurately
2929
== Limitations
3030

3131
* Generating code coverage data is essential for determining how tests are related to code. If tests are run in a way that makes generating and accessing code coverage data tricky then adaptive testing may not be a good fit.
32-
* Adaptive testing works best when testing a single deployable artifact. For example, a monorepo with integration tests that span multiple packages/servicesespecially when services run in separate containermakes coverage generation and consolidation difficult.
32+
* Adaptive testing works best when testing a single deployable artifact. For example, a monorepo with integration tests that span multiple packages/services, especially when services run in separate container, makes coverage generation and consolidation difficult.
3333
* Adaptive testing needs to be configured with commands to discover all available tests and run a subset of those tests. If you cannot run commands to discover tests and run a subset of tests on the CLI then adaptive testing may not be a good fit.
3434

3535
== Key benefits

0 commit comments

Comments
 (0)