File tree Expand file tree Collapse file tree
docs/guides/modules/test/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,6 +73,10 @@ Some starter configs are shown below. Choose the one for your test runner and co
7373Vitest::
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:
8791Jest::
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:
101109Mocha::
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:
115127pytest::
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:
142158RSpec::
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---
You can’t perform that action at this time.
0 commit comments