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 ea9ba4d commit 67815acCopy full SHA for 67815ac
lib/step-definitions.ts
@@ -79,12 +79,6 @@ export function getStepDefinitionPatterns(
79
throw new Error(`${filepath} is not inside ${fullIntegrationFolder}`);
80
}
81
82
- if (!isPathInside(filepath, configuration.cypress.projectRoot)) {
83
- throw new Error(
84
- `${filepath} is not inside ${configuration.cypress.projectRoot}`
85
- );
86
- }
87
-
88
debug(
89
`looking for step definitions using ${util.inspect(
90
configuration.preprocessor.stepDefinitions
0 commit comments