ck:test

Automate unit, integration, e2e, and UI tests with coverage analysis.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/haidonglethqb/CloudSchool --skill ck-test-haidonglethqb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:test
Source: https://github.com/haidonglethqb/CloudSchool/tree/main/.qwen/skills/test
Command: npx skills add https://github.com/haidonglethqb/CloudSchool --skill ck-test-haidonglethqb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates comprehensive test execution to validate code quality across unit, integration, end-to-end (e2e), and UI tests, ensuring regressions are caught early and quality gates are maintained.

Core Features & Use Cases

  • End-to-end Testing: Coverage across unit, integration, and UI layers to ensure robust workflows.
  • Coverage & Reporting: Generate detailed test reports with coverage metrics and thresholds.
  • CI/DevOps Integration: Seamless integration with CI pipelines to gate releases based on test results.

Quick Start

Run the default test suite to validate new changes.

Frequently Asked Questions about ck:test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate e2e and unit test execution for a CI pipeline?

Automating e2e and unit test execution involves running comprehensive test suites across your codebase to validate quality and catch regressions early. This process integrates into CI pipelines to gate releases based on structured QA reports and coverage metrics.

Does this testing tool support Jest and pytest for UI and integration tests?

Yes, it supports multiple test runners including Jest and pytest, alongside Vitest, go test, cargo test, and flutter test. It handles unit, integration, e2e, and UI test scenarios to provide comprehensive coverage analysis.

How do I generate test coverage reports with thresholds for QA cycles?

You generate test coverage reports by executing the test suite, which produces detailed QA reports with specific coverage metrics and thresholds. This ensures quality gates are maintained throughout development workflows and QA cycles.

What is the best way to run full test suites from unit to UI layers?

The best way to run full test suites is to automate comprehensive test execution across unit, integration, e2e, and UI layers. This approach validates code quality end-to-end and catches regressions early before deployment.

Can I use this to validate code quality across multiple test runners in one go?

Yes, you can validate code quality across multiple test runners like Jest, Vitest, pytest, go test, cargo test, and flutter test. It automates test execution and generates structured QA reports for your entire workflow.