-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmise.browser.toml
More file actions
25 lines (21 loc) · 2.21 KB
/
Copy pathmise.browser.toml
File metadata and controls
25 lines (21 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[env]
PERYX_PLAYWRIGHT_PACKAGE_VERSION = "1.62.1"
PERYX_PLAYWRIGHT_BROWSER_VERSION = "151.0.7922.34"
PERYX_PUPPETEER_PACKAGE_VERSION = "25.9.0"
PERYX_PUPPETEER_BROWSER_VERSION = "152.0.7977.54"
[tools."http:playwright-headless-shell"]
version = "151.0.7922.34"
strip_components = 1
[tools."http:playwright-headless-shell".platforms]
linux-x64 = { url = "https://storage.googleapis.com/chrome-for-testing-public/151.0.7922.34/linux64/chrome-headless-shell-linux64.zip", checksum = "sha256:3cfc2bd00d1bafcf8a68dc74c9c92bb7150ddc8d26ade948a776316e1cec4f14" }
macos-arm64 = { url = "https://storage.googleapis.com/chrome-for-testing-public/151.0.7922.34/mac-arm64/chrome-headless-shell-mac-arm64.zip", checksum = "sha256:cb46a336dbe3d6f1339c5039c3083e4e5dd8e4379710790e34f8f4a865e2452d" }
macos-x64 = { url = "https://storage.googleapis.com/chrome-for-testing-public/151.0.7922.34/mac-x64/chrome-headless-shell-mac-x64.zip", checksum = "sha256:608e2b5b1815b45e8bf59c9a381412b62df3ce36f2c182bc04e22fcf04ad53ea" }
windows-x64 = { url = "https://storage.googleapis.com/chrome-for-testing-public/151.0.7922.34/win64/chrome-headless-shell-win64.zip", checksum = "sha256:46cc69ef55ba29268ffe32dda4192a9d2165be42c3f4e923241153d519493aea" }
[tools."http:puppeteer-headless-shell"]
version = "152.0.7977.54"
strip_components = 1
[tools."http:puppeteer-headless-shell".platforms]
linux-x64 = { url = "https://storage.googleapis.com/chrome-for-testing-public/152.0.7977.54/linux64/chrome-headless-shell-linux64.zip", checksum = "sha256:11cedb5568cd374a76eb738e40bd434cd0c9956820fb406b8bd9edca53428d3e" }
macos-arm64 = { url = "https://storage.googleapis.com/chrome-for-testing-public/152.0.7977.54/mac-arm64/chrome-headless-shell-mac-arm64.zip", checksum = "sha256:ef5d61434f13d9d2d9bdc7c9ab4bff92225979e196458cf846640862b25f127d" }
macos-x64 = { url = "https://storage.googleapis.com/chrome-for-testing-public/152.0.7977.54/mac-x64/chrome-headless-shell-mac-x64.zip", checksum = "sha256:a50c716727adf9e4af5b8861d19da23b672b4687a0d631ec4beebb3009d6db97" }
windows-x64 = { url = "https://storage.googleapis.com/chrome-for-testing-public/152.0.7977.54/win64/chrome-headless-shell-win64.zip", checksum = "sha256:e7ecbc129f9e5b9ba603a3a99dcee82f93b74cb3c9632be3b4b2a78335cc3faf" }