Skip to content

Commit 81ade3c

Browse files
authored
Update adaptive-testing.adoc
1 parent 1856360 commit 81ade3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ TIP: In codebases with sparse test coverage, adaptive testing cannot accurately
2424
* 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.
2525
* 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.
2626
* Adaptive testing works best when testing a single deployable unit. A monorepo which performs integration tests across many packages at once may not be a good fit.
27+
2728
== Key benefits:
2829

2930
* Faster CI/CD pipelines through intelligent test selection.

0 commit comments

Comments
 (0)