mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-28 09:23:42 +03:00
chore: fix driver modes to test with under_test set (#31117)
This commit is contained in:
parent
8d2f4c1433
commit
54e7e254cd
@ -30,6 +30,7 @@ export class DriverTestMode implements TestMode {
|
||||
async setup() {
|
||||
this._impl = await start({
|
||||
NODE_OPTIONS: undefined, // Hide driver process while debugging.
|
||||
PWTEST_UNDER_TEST: 1,
|
||||
});
|
||||
return this._impl.playwright;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user