Skip to content

Commit b653d90

Browse files
committed
update(js clients): use one level indentation for the "Run a subset of tests" cookbook
1 parent 158312c commit b653d90

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

docusaurus/docs/cypress/cookbook.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@ You should replace `$MY_CI_BUILD_ID` with the correct environment variable provi
6969

7070
## Run a subset of tests
7171

72-
To run a subset of your test suite you have a couple of options:
72+
To run a subset of your test suite you can use the `KNAPSACK_PRO_TEST_FILE_*` environment variables:
7373

74-
- `KNAPSACK_PRO_TEST_FILE_*` environment variables:
75-
- [`KNAPSACK_PRO_TEST_FILE_PATTERN`](reference.md#knapsack_pro_test_file_pattern)
76-
- [`KNAPSACK_PRO_TEST_FILE_EXCLUDE_PATTERN`](reference.md#knapsack_pro_test_file_exclude_pattern)
77-
- [`KNAPSACK_PRO_TEST_FILE_LIST_SOURCE_FILE`](reference.md#knapsack_pro_test_file_list_source_file)
74+
- [`KNAPSACK_PRO_TEST_FILE_PATTERN`](reference.md#knapsack_pro_test_file_pattern)
75+
- [`KNAPSACK_PRO_TEST_FILE_EXCLUDE_PATTERN`](reference.md#knapsack_pro_test_file_exclude_pattern)
76+
- [`KNAPSACK_PRO_TEST_FILE_LIST_SOURCE_FILE`](reference.md#knapsack_pro_test_file_list_source_file)

docusaurus/docs/jest/cookbook.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ Knapsack Pro will generate one XML reports for each batch of tests executed on t
6666

6767
## Run a subset of tests
6868

69-
To run a subset of your test suite you have a couple of options:
69+
To run a subset of your test suite you can use the `KNAPSACK_PRO_TEST_FILE_*` environment variables:
7070

71-
- `KNAPSACK_PRO_TEST_FILE_*` environment variables:
72-
- [`KNAPSACK_PRO_TEST_FILE_PATTERN`](reference.md#knapsack_pro_test_file_pattern)
73-
- [`KNAPSACK_PRO_TEST_FILE_EXCLUDE_PATTERN`](reference.md#knapsack_pro_test_file_exclude_pattern)
74-
- [`KNAPSACK_PRO_TEST_FILE_LIST_SOURCE_FILE`](reference.md#knapsack_pro_test_file_list_source_file)
71+
- [`KNAPSACK_PRO_TEST_FILE_PATTERN`](reference.md#knapsack_pro_test_file_pattern)
72+
- [`KNAPSACK_PRO_TEST_FILE_EXCLUDE_PATTERN`](reference.md#knapsack_pro_test_file_exclude_pattern)
73+
- [`KNAPSACK_PRO_TEST_FILE_LIST_SOURCE_FILE`](reference.md#knapsack_pro_test_file_list_source_file)

docusaurus/docs/vitest/cookbook.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ pagination_prev: null
77

88
## Run a subset of tests
99

10-
To run a subset of your test suite you have a couple of options:
10+
To run a subset of your test suite you can use the `KNAPSACK_PRO_TEST_FILE_*` environment variables:
1111

12-
- `KNAPSACK_PRO_TEST_FILE_*` environment variables:
13-
- [`KNAPSACK_PRO_TEST_FILE_PATTERN`](reference.md#knapsack_pro_test_file_pattern)
14-
- [`KNAPSACK_PRO_TEST_FILE_EXCLUDE_PATTERN`](reference.md#knapsack_pro_test_file_exclude_pattern)
15-
- [`KNAPSACK_PRO_TEST_FILE_LIST_SOURCE_FILE`](reference.md#knapsack_pro_test_file_list_source_file)
12+
- [`KNAPSACK_PRO_TEST_FILE_PATTERN`](reference.md#knapsack_pro_test_file_pattern)
13+
- [`KNAPSACK_PRO_TEST_FILE_EXCLUDE_PATTERN`](reference.md#knapsack_pro_test_file_exclude_pattern)
14+
- [`KNAPSACK_PRO_TEST_FILE_LIST_SOURCE_FILE`](reference.md#knapsack_pro_test_file_list_source_file)

0 commit comments

Comments
 (0)