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 1b36660 commit 8d82debCopy full SHA for 8d82deb
lib/step-definitions.ts
@@ -25,10 +25,6 @@ import {
25
import { ensureIsAbsolute, ensureIsRelative } from "./helpers";
26
27
export async function getStepDefinitionPaths(
28
- configuration: {
29
- cypress: ICypressConfiguration;
30
- preprocessor: IPreprocessorConfiguration;
31
- },
32
stepDefinitionPatterns: string[]
33
): Promise<string[]> {
34
const files = (
lib/template.ts
@@ -67,10 +67,6 @@ export async function compile(
67
);
68
69
const stepDefinitionPaths = await getStepDefinitionPaths(
70
- {
71
- cypress: configuration,
72
- preprocessor,
73
74
stepDefinitionPatterns
75
76
0 commit comments