8000 Absolute links · github-cloud/circleci-docs@7ec0de7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ec0de7

Browse files
committed
Absolute links
1 parent c69597e commit 7ec0de7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jekyll/_docs/test-metadata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CircleCI can collect test metadata from JUnit XML files and Cucumber JSON files.
99
We'll use the test metadata to give you better insight into your build. For our
1010
inferred steps that use parallelism, we'll always use the timing information to get you
1111
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).
1313

1414
## Automatic test metadata collection
1515

@@ -125,7 +125,7 @@ You can use [test2junit](https://github.com/ruedigergad/test2junit) to convert C
125125
## Using the `files` modifier
126126

127127
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).
129129
This modifier lets will pass a list of filename arguments to the end of your custom command
130130
which can be used by your test runner to run a subset of test files on each build node.
131131
If the "file" attribute is populated in the junit-formatted XML metadata for these

0 commit comments

Comments
 (0)
0