actually install playwright dum dum

pull/8577/head
gtmnayan 3 years ago
parent 2063d93823
commit 86a8a13cfc

@ -5,6 +5,11 @@ on:
pull_request:
permissions:
contents: read # to fetch code (actions/checkout)
env:
# We only install Chromium manually
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'
jobs:
Tests:
runs-on: ${{ matrix.os }}

@ -114,6 +114,7 @@
"devDependencies": {
"@ampproject/remapping": "^2.2.1",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@playwright/test": "^1.33.0",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",

@ -7,6 +7,9 @@ devDependencies:
'@jridgewell/sourcemap-codec':
specifier: ^1.4.15
version: 1.4.15
'@playwright/test':
specifier: ^1.33.0
version: 1.33.0
'@rollup/plugin-commonjs':
specifier: ^24.1.0
version: 24.1.0(rollup@3.20.2)
@ -277,6 +280,17 @@ packages:
fastq: 1.15.0
dev: true
/@playwright/test@1.33.0:
resolution: {integrity: sha512-YunBa2mE7Hq4CfPkGzQRK916a4tuZoVx/EpLjeWlTVOnD4S2+fdaQZE0LJkbfhN5FTSKNLdcl7MoT5XB37bTkg==}
engines: {node: '>=14'}
hasBin: true
dependencies:
'@types/node': 14.14.31
playwright-core: 1.33.0
optionalDependencies:
fsevents: 2.3.2
dev: true
/@puppeteer/browsers@0.4.0(typescript@5.0.4):
resolution: {integrity: sha512-3iB5pWn9Sr55PKKwqFWSWjLsTKCOEhKNI+uV3BZesgXuA3IhsX8I3hW0HI+3ksMIPkh2mVYzKSpvgq3oicjG2Q==}
engines: {node: '>=14.1.0'}
@ -2560,6 +2574,12 @@ packages:
engines: {node: '>= 6'}
dev: true
/playwright-core@1.33.0:
resolution: {integrity: sha512-aizyPE1Cj62vAECdph1iaMILpT0WUDCq3E6rW6I+dleSbBoGbktvJtzS6VHkZ4DKNEOG9qJpiom/ZxO+S15LAw==}
engines: {node: '>=14'}
hasBin: true
dev: true
/prelude-ls@1.1.2:
resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==}
engines: {node: '>= 0.8.0'}

Loading…
Cancel
Save