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() {
|
async setup() {
|
||||||
this._impl = await start({
|
this._impl = await start({
|
||||||
NODE_OPTIONS: undefined, // Hide driver process while debugging.
|
NODE_OPTIONS: undefined, // Hide driver process while debugging.
|
||||||
|
PWTEST_UNDER_TEST: 1,
|
||||||
});
|
});
|
||||||
return this._impl.playwright;
|
return this._impl.playwright;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue