chore: fix driver modes to test with under_test set
This commit is contained in:
parent
4655a30bdd
commit
4c7a2e228b
|
|
@ -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