File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ CircleCI can collect test metadata from JUnit XML files and Cucumber JSON files.
9
9
We'll use the test metadata to give you better insight into your build. For our
10
10
inferred steps that use parallelism, we'll always use the timing information to get you
11
11
better test splits and finish your builds faster. You can also take advantage
12
- of this runtime-based test splitting in custom steps if you follow [ these steps] ( #using-the-files-modifier ) .
12
+ of this runtime-based test splitting in custom steps if you follow [ these steps] ( {{site.baseurl}}/test-metadata/ #using-the-files-modifier) .
13
13
14
14
## Automatic test metadata collection
15
15
@@ -125,7 +125,7 @@ You can use [test2junit](https://github.com/ruedigergad/test2junit) to convert C
125
125
## Using the ` files ` modifier
126
126
127
127
If you are collecting test metadata for a custom build step as documented above, you can
128
- still use runtime-based test splitting with the ` files ` [ modifier] ( /docs /configuration/#modifiers) .
128
+ still use runtime-based test splitting with the ` files ` [ modifier] ( {{site.baseurl}} /configuration/#modifiers) .
129
129
This modifier lets will pass a list of filename arguments to the end of your custom command
130
130
which can be used by your test runner to run a subset of test files on each build node.
131
131
If the "file" attribute is populated in the junit-formatted XML metadata for these
You can’t perform that action at this time.
0 commit comments