test

Generate unit, integration, and end-to-end tests with Pytest, Jest, Playwright, and k6.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/mohitmishra786/aurora-dev --skill test-mohitmishra786
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/mohitmishra786/aurora-dev/tree/main/.agents/skills/test
Command: npx skills add https://github.com/mohitmishra786/aurora-dev --skill test-mohitmishra786

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the critical need for robust software quality assurance by automating the creation and execution of comprehensive test suites, thereby reducing bugs and improving reliability.

Core Features & Use Cases

  • Automated Test Generation: Writes unit, integration, and end-to-end tests.
  • Quality Assurance: Implements performance, security, and visual regression testing.
  • Use Case: When a new feature is developed, this Skill can automatically generate a full suite of tests to verify its functionality, performance, and security before deployment.

Quick Start

Use the test skill to generate unit tests for the provided Python function.

Frequently Asked Questions about test

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

FAQPage Schema
How do I automate test suite generation for Pytest and Playwright?

Automate test suite generation by using this Skill to automatically write unit, integration, and end-to-end tests across frameworks like Pytest and Playwright, ensuring high code coverage and critical path validation.

What is the best way to include security and performance testing in my QA automation?

Include security and performance testing in your QA automation by generating comprehensive test suites that validate performance with k6 and execute security checks alongside visual regression testing.

Does this automated testing approach support both Jest and k6 frameworks?

Yes, this automated testing approach supports both Jest and k6 frameworks, allowing you to generate comprehensive unit, integration, end-to-end, and performance tests across multiple testing frameworks.

Can I generate end-to-end tests automatically when a new feature is developed?

Yes, you can generate end-to-end tests automatically when a new feature is developed, creating a full suite of tests to verify functionality, performance, and security before deployment.

How do I validate critical paths and improve code quality through automated testing?

Validate critical paths and improve code quality by generating comprehensive test suites that target high code coverage, ensuring software reliability and reducing bugs before deployment.