diff --git a/packages/test-kit/src/with-feature.ts b/packages/test-kit/src/with-feature.ts index c2f963ddd..80caf01af 100644 --- a/packages/test-kit/src/with-feature.ts +++ b/packages/test-kit/src/with-feature.ts @@ -432,6 +432,7 @@ export function withFeature(withFeatureOptions: IWithFeatureOptions = {}): WithF }); } } + runOptions = { ...runOptions, projectPath }; } if (process.env.PLAYWRIGHT_SERVER) {