Skip to content

Commit 5bb20ee

Browse files
TEST-125 Add Smarter Testing plugin installation instructions (#10160)
Some analysis examples use plugins, this change adds the instructions to install and configure them.
1 parent 22e3a9e commit 5bb20ee

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

docs/guides/modules/test/pages/set-up-test-impact-analysis.adoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ Some starter configs are shown below. Choose the one for your test runner and co
7373
Vitest::
7474
+
7575
--
76+
Follow the instructions to add the link:https://github.com/circleci/vitest-circleci-coverage[vitest-circleci-coverage] plugin as a dev dependency.
77+
78+
Add the `analysis` command to your `.circleci/test-suites.yml`.
79+
7680
[source,yaml]
7781
----
7882
---
@@ -87,6 +91,10 @@ options:
8791
Jest::
8892
+
8993
--
94+
Follow the instructions to add the link:https://github.com/circleci/jest-circleci-coverage[jest-circleci-coverage] plugin as a dev dependency.
95+
96+
Add the `analysis` command to your `.circleci/test-suites.yml`.
97+
9098
[source,yaml]
9199
----
92100
---
@@ -101,6 +109,10 @@ options:
101109
Mocha::
102110
+
103111
--
112+
Follow the instructions to add the link:https://github.com/circleci/mocha-circleci-coverage[mocha-circleci-coverage] plugin as a dev dependency.
113+
114+
Add the `analysis` command to your `.circleci/test-suites.yml`.
115+
104116
[source,yaml]
105117
----
106118
---
@@ -115,6 +127,10 @@ options:
115127
pytest::
116128
+
117129
--
130+
Follow the instructions to add the link:https://github.com/circleci/pytest-circleci-coverage[pytest-circleci-coverage] plugin as a dev dependency.
131+
132+
Add the `analysis` command to your `.circleci/test-suites.yml`.
133+
118134
[source,yaml]
119135
----
120136
---
@@ -142,6 +158,10 @@ options:
142158
RSpec::
143159
+
144160
--
161+
Follow the instructions to add the link:https://github.com/circleci/rspec-circleci-coverage[rspec-circleci-coverage] plugin as a dev dependency.
162+
163+
Add the `analysis` command to your `.circleci/test-suites.yml`.
164+
145165
[source,yaml]
146166
----
147167
---

0 commit comments

Comments
 (0)