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 04f0ac4 commit 2f31b50Copy full SHA for 2f31b50
lib/add-cucumber-preprocessor-plugin.ts
@@ -431,6 +431,11 @@ export default async function addCucumberPreprocessorPlugin(
431
432
const propertyName = "specPattern" in config ? "specPattern" : "testFiles";
433
434
+ /**
435
+ * The preprocessor needs the original value at a later point in order to determine the implicit
436
+ * integration folder correctly. Otherwise, scoping test files using tags would affect definition
437
+ * resolvement and yield surprising results.
438
+ */
439
mutateConfigObjectPreservingly(
440
config,
441
propertyName as keyof ICypressConfiguration,
0 commit comments