cpython/Tools/wasm/emscripten/browser_test/package.json
Hood Chatham ae4d27eba7
gh-124621: Emscripten: Add smoke test for using pyrepl in Chrome (#137004)
Adds a mechanism to test browser-based initialisation of the Python interpreter,
via a Playwright headless browser instance.
2025-07-24 14:44:02 +08:00

18 lines
374 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.1.0",
"http-server": "^14.1.1",
"playwright": "^1.54.1"
}
}