b5d20199a0
Per-PR smoke test (ci-sdk-wasm.yml): loads WASM runtimes and inits MixFetch on Chromium, Firefox, and WebKit. Nightly stress test (nightly-mix-fetch-stress.yml): connects to mainnet via random gateway, runs 10 mixed-size fetches, asserts >= 80% pass.
14 lines
420 B
JSON
14 lines
420 B
JSON
{
|
|
"name": "mix-fetch-playwright-tests",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:smoke": "playwright test --project=smoke-chromium --project=smoke-firefox --project=smoke-webkit",
|
|
"test:stress": "playwright test --project=stress-chromium --project=stress-firefox --project=stress-webkit"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.52.0",
|
|
"serve": "^14.2.4"
|
|
}
|
|
}
|