use playwright-firefox such that npm install does not download other browsers
This commit is contained in:
parent
97f6735833
commit
18c27ba881
7 changed files with 31 additions and 30 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { firefox } from 'playwright'; // stealth plugin needs no outdated playwright-extra
|
||||
import { firefox } from 'playwright-firefox'; // stealth plugin needs no outdated playwright-extra
|
||||
import { authenticator } from 'otplib';
|
||||
import path from 'path';
|
||||
import { existsSync, writeFileSync } from 'fs';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue