cpython/Platforms/emscripten/browser_test/package.json
Hood Chatham 498559a7f3
[3.14] gh-146352: In Emscripten pyrepl test, pick port dynamically (GH-146375) (#146411)
Dynamically allocates the port for the pyrepl browser test, so that multiple
tests can run at the same time. Also allows the pyrepl test to honor the
CROSS_BUILD_DIR environment variable.
(cherry picked from commit 2be147e1e7)
2026-03-25 11:34:43 +00:00

19 lines
405 B
JSON

{
"name": "browser_test",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@playwright/test": "^1.54.1",
"@types/node": "^24.12.0",
"get-port-cli": "^3.0.0",
"http-server": "^14.1.1",
"playwright": "^1.54.1"
}
}