Install Inspektor
Inspektor is available for macOS, Windows, and Linux, plus a CLI for CI/CD pipelines. Public beta access is granted from your account dashboard after signup.
Write your first API test
Import an OpenAPI or Postman collection, or point Inspektor at a live endpoint to auto-generate a baseline test suite. Use Generate edge cases to have Inspektor propose additional tests based on your schema.
Write your first UI test
Record a flow by interacting with your app inside the Inspektor browser. Recorded steps are converted into resilient selectors that tolerate minor layout changes instead of breaking on them.
Run a performance test
Reuse your existing functional test suite as the basis for a load test — set concurrent users and duration under Performance → New run.
Connect to CI/CD
Install the Inspektor CLI in your pipeline and point it at your test suite. Failing tests block the pipeline by default; this is configurable per project.
Next steps
- Set up regression baselines for visual UI testing
- Configure Slack or email alerts for failed runs
- Review the coverage report under Insights