Tag: test-automation
Identify and run correlated tests
Identify and execute only the specific tests that cover a modified source file to accelerate the feedback loop. It uses LSP capabilities to map source files to their corresponding test files and functions.
Unit Test Philosophy and Allure Standards
Defines risk-based unit testing principles and Allure-readable behavioural specification styles for the Open Agreements repository. It emphasises regression prevention, OpenSpec traceability, and structured test reporting.
E2E Flow Test Execution and Debugging
Execute and debug end-to-end flow tests, including monitoring test status and analysing Axiom logs for failure investigation.
TestDino Test Run Management and Auditing Tools
This suite provides structured access to a testing platform, allowing developers to manage test runs, retrieve detailed metadata, and perform comprehensive audits on Playwright test code. It handles project identification, listing test case…
Automated Test Assertion Planner
Facilitates the generation of structured test assertions in JSON format during implementation planning, incorporating multi-layer validation and severity-based execution gates.
Playwright E2E Test Generation Workflow
A three-agent workflow for planning, generating, and repairing automated Playwright end-to-end tests for the Opik application. It utilises a planner, generator, and healer to maintain test suites using established page objects and fixtures.
Automated Flaky Test Detection and Resolution
This skill analyses GitHub Actions failures to identify, rank, and investigate flaky tests. It employs parallel agents to determine root causes and propose remediation strategies.
Unity Test Execution and Monitoring Tool
Execute Unity tests in Edit or Play mode and retrieve detailed results, including summaries, test statuses, and captured logs. It supports granular filtering by assembly, namespace, class, and method.