mirror of
https://github.com/python/cpython.git
synced 2026-04-15 08:11:10 +00:00
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.
19 lines
405 B
JSON
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"
|
|
}
|
|
}
|