Skip to content

Commit a957304

Browse files
authoredApr 24, 2024··
chore: Updated versioned tests readme (#2159)
1 parent c7cb11a commit a957304

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed
 

‎test/versioned/Readme.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,24 @@ that are specific to our versioned test runner. The following is a
3232
//
3333
// If this property is omitted, the tool used to build our compatibility
3434
// document(s) will not include any modules from this versioned test suite.
35-
"targets": ["module"],
35+
"targets": [
36+
{
37+
// The name of the module being tested for compatibility.
38+
"name": "module",
39+
40+
// The minimum agent version that supports the named module.
41+
"minAgentVersion": "2.6.0"
42+
},
43+
44+
{
45+
"name": "other-module",
46+
47+
// If the named module requires a specific agent implemenation, for
48+
// example `@newrelic/next`, then the full agent module identifier with
49+
// version string should be provided.
50+
"minAgentVersion": "@newrelic/special-agent@1.2.3"
51+
}
52+
],
3653

3754
// `version` is ignored.
3855
"version": "0.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.