]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124621: Emscripten: Add smoke test for using pyrepl in Chrome (#137004)
authorHood Chatham <roberthoodchatham@gmail.com>
Thu, 24 Jul 2025 06:44:02 +0000 (08:44 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Jul 2025 06:44:02 +0000 (14:44 +0800)
commitae4d27eba7c746463c62649c36d53979f3a00f94
tree34e1f87d895cf95b7ce75ec8566eba9f451c39fa
parentecb3f23b9494c30cdd7c68eb20d7ba01e1a334f4
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.
Tools/wasm/README.md
Tools/wasm/emscripten/browser_test/.gitignore [new file with mode: 0644]
Tools/wasm/emscripten/browser_test/index.spec.ts [new file with mode: 0644]
Tools/wasm/emscripten/browser_test/package-lock.json [new file with mode: 0644]
Tools/wasm/emscripten/browser_test/package.json [new file with mode: 0644]
Tools/wasm/emscripten/browser_test/playwright.config.ts [new file with mode: 0644]
Tools/wasm/emscripten/browser_test/run_test.sh [new file with mode: 0755]
Tools/wasm/emscripten/web_example_pyrepl_jspi/index.html