Keyhive WASM bindings
Build package
pnpm install && pnpm build
Run tests
Install dependencies:
pnpm install
Install Playwright's browser binaries:
npx playwright install
Run tests:
npx playwright test
View Playwright report:
npx playwright show-report