Precision testing,
organized for teams.
Cloud-managed test suites. Local execution via strikekit-agent. Shared proof for every run — from Playwright to production.

Trusted by QA and engineering teams
The complexity gap
As your Playwright suite grows, small UI changes turn into brittle glue code: scattered selectors, repeated fixtures, and fragile assertions. Strikekit keeps the same runner, but expresses the flow as a readable .stk scenario so maintenance stays manageable.
Playwright
import { test, expect } from '@playwright/test'
test('User login', async ({ page }) => {
await page.goto('https://example.com/login')
// Playwright code grows as selectors, retries, and assertions accumulate.
const username = page.locator('input[name="username"]')
const password = page.locator('input[name="password"]')
const loginButton = page.getByRole('button', { name: 'Login' })
await username.fill(process.env.USERNAME ?? 'demo')
await password.fill(process.env.PASSWORD ?? 'demo')
await loginButton.click()
await expect(page.getByRole('heading', { name: 'Welcome back' }))
.toBeVisible()
})Strikekit (.stk)
Group: Authentication
Scenario: User login @smoke
Given I navigate to "https://example.com/login"
When I fill "username" with "$USER"
And I fill "password" with "$PASS"
And I click on "Login"
Then I should see "Welcome back"What Strikekit changes
Less per-project wiring: keep one runner and one suite vocabulary.
More stable steps: actions are expressed by labels, not brittle CSS paths.
Better reviewability: a scenario is easier to understand and adjust when the UI evolves.
One platform for QA proof
Strikekit is a standalone workspace for versioned .stk suites, local execution, shared results, and Jira-linked QA workflows — not an importer for third-party test frameworks.
Built for QA teams
Cloud .stk suites
Version and store suite files, main.json manifests, and assets in your tenant workspace.
Pick local .stk suites
Select a .stk suite from your local file system to run. No need to upload to the cloud.
Shared reports
Stream live pass/fail, upload ReportV1 JSON, and review results with your team.
Jira integration
Connect Jira via OAuth and sync tickets from selected workflow stages into Strikekit.
Your workflow
- 1Sign up
- 2Upload / pick local .stk suite
- 3Pair Strikekit Agent
- 4Run .stk suite
- 5Review results
Jira integration
Available nowWhen a Jira issue moves to a configured status, it syncs into your Strikekit QA queue.
Open the ticket in Strikekit, pair your agent, and execute .stk suites linked to that issueKey.
When the run completes, upload the report and transition the Jira issue to the next workflow stage.
On the roadmap
Coming soonNative hooks for GitHub Actions, GitLab CI, Jenkins, and more.
Replay browser sessions and store encrypted run artifacts.
Enterprise-ready security
Built for teams that need compliance, access control, and full audit visibility from day one.
Multi-Factor Auth
TOTP, WebAuthn, and hardware security keys.
Granular RBAC
Permissions at workspace, project, and suite level.
Workspace Isolation
Logical and physical separation between tenants.
Audit Logs
Immutable logs exportable to your SIEM.
Transparent pricing
Start free today. Pro and Enterprise plans are coming soon.
Free
Get started with core project and team limits. Ideal for small teams exploring Strikekit.
- Max projects: 8
- Max workspaces: 4
- Max users: 4
- Max local agents: 4
- SSO
- Jira integration - (limited time only)
- Test runs per month: 1500
- Customer support 24/7 - (limited time only)
Pro
Scale collaboration with higher quotas, SSO, and audit export for growing organizations.
- Max projects: 20
- Max workspaces: 12
- Max users: 20
- Max local agents: 10
- SSO
- Jira integration
- Audit log export
- Test runs per month: 10,000
- Customer support 24/7
Enterprise
Unlimited usage, advanced controls, and dedicated support tailored to your organization.
- Max projects: Unlimited
- Max workspaces: Unlimited
- Max users: Unlimited
- Max local agents: Unlimited
- SSO
- Jira integration
- Audit log export
- Test runs per month: Unlimited
- Customer support 24/7
Common questions
Quick answers about local execution and integrations.
Start testing for free today
Join QA and engineering teams who unified their testing workflow with Strikekit. No credit card required.