-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Eugene Lazutkin edited this page Mar 5, 2026
·
6 revisions
tape-six-playwright is a helper for tape-six
to run tests in a headless browser via Playwright. It works with Node, Deno, and Bun.
Each test file runs in its own iframe inside headless Chromium, providing full browser
environment isolation. The runner requires tape6-server to serve test files.
See the tape-six wiki for details on writing tests and configuration.
- Install
tape-six-playwrightin your project:npm i -D tape-six-playwright. - Write tests using tape-six.
- Configure your tests: set-up tests.
- Run tests:
npm test.
This package provides one utility:
- tape6-playwright — run tests in headless Chromium via Playwright.
If you are an AI coding agent, see AGENTS.md for project conventions, commands, and architecture.
LLM-friendly documentation:
- llms.txt — concise reference.
- llms-full.txt — full reference with architecture details.
The project is distributed under the 3-clause BSD license.
Other pages: