Skip to content

Commit

Permalink
fix: pass in project path
Browse files Browse the repository at this point in the history
  • Loading branch information
barak007 committed Dec 10, 2023
1 parent d421326 commit 91884b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/test-kit/src/with-feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ export function withFeature(withFeatureOptions: IWithFeatureOptions = {}): WithF
});
}
}
runOptions = { ...runOptions, projectPath };
}

if (process.env.PLAYWRIGHT_SERVER) {
Expand Down

0 comments on commit 91884b2

Please sign in to comment.