JS Client
The Stoobly JavaScript library (stoobly) provides convenient access to stoobly-agent from end-to-end testing frameworks such Playwright and Cypress. It enables recording, mocking, and testing HTTP requests directly from your test framework.
Sub-Pages
Setup — Installation, requirements, and importing the library
Playwright Integration — Using
playwrightInterceptor(),withPage(),withContext(), and recordingCypress Integration — Using
cypressInterceptor(),apply(), and recordingConfiguration — URL patterns, scenarios, sessions, recording options, and interception control
Troubleshooting & Examples — Debugging, complete examples, and quick reference
Related Documentation
For scaffold integration, see ../README.md
For Docker runtime, see ../docker.md
For local runtime, see ../local.md
Last updated