We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f12206 commit 896d9acCopy full SHA for 896d9ac
1 file changed
packages/service/src/constants.ts
@@ -98,10 +98,11 @@ export const CONTEXT_CHANGE_COMMANDS = [
98
]
99
100
/**
101
- * Existing pattern (kept for any external consumers)
+ * Shared pattern for identifying test-related file paths.
102
+ * Kept as a public export for consumers and may be expanded as supported locations evolve.
103
*/
104
export const SPEC_FILE_PATTERN =
- /\/(test|spec|features|pageobjects|@wdio\/expect-webdriverio)\//i
105
+ /\/(test|spec|features|steps|step[-_]?definitions|pageobjects|@wdio\/expect-webdriverio)\//i
106
107
108
* Parser options
0 commit comments