diff --git a/core/src/test/resources/annotated.conf b/core/src/test/resources/annotated.conf index fbcdd2d1..bd0bf41a 100644 --- a/core/src/test/resources/annotated.conf +++ b/core/src/test/resources/annotated.conf @@ -2,6 +2,7 @@ org { substeps { config { + current { branchname="" // automatically populated by JGit, if using git projectversion="" // automatically populated via maven @@ -66,6 +67,13 @@ org { description=6 // beyond 6 deep, the Junit runner won't render a description } } + + glossary{ + // list of step impls not to be included in the glossary - generally test step impls that might be written to aid the testing of the tests, but not shippable.. + excludeStepImplementationClassNames=[ + "org.substeps.webdriver.TestWebdriverStepImplementations" + ] + } }