headless-testing
Installation
SKILL.md
Headless Testing
Headless Testing is a tool for automated website testing in a browser environment without a graphical user interface. It's used by developers and QA engineers to run tests faster and more efficiently, especially in CI/CD pipelines.
Official docs: https://www.selenium.dev/documentation/
Headless Testing Overview
- Test Suites
- Tests
- Test Runs
Working with Headless Testing
This skill uses the Membrane CLI to interact with Headless Testing. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Install the CLI
Install the Membrane CLI so you can run membrane from the terminal:
Related skills