create-tests

Generate Playwright E2E and Vitest unit tests for DaaS features and API routes.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/Alif-N/fe-sima-arome --skill create-tests-alif-n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-tests
Source: https://github.com/Alif-N/fe-sima-arome/tree/main/.agents/skills/create-tests
Command: npx skills add https://github.com/Alif-N/fe-sima-arome --skill create-tests-alif-n

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, vitest, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of comprehensive Playwright E2E and Vitest unit tests for DaaS features, API routes, pages, components, security (RLS), permissions, and load tests, saving time and reducing manual effort.

Core Features & Use Cases

  • Automated Test Generation: Generates tests for various types of testing, including API, Page, Component, Security/RLS, Permissions, E2E, and Load tests.
  • Customizable Test Files: Creates test files with proper setup, cleanup, and coverage based on user input.
  • Use Case: When you need to quickly set up a testing framework for a new DaaS feature or API route, this Skill can generate the necessary tests to get you started.

Quick Start

Generate tests for the 'user' API route using the create-tests skill.

Frequently Asked Questions about create-tests

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

FAQPage Schema
How do I automate Playwright E2E and Vitest unit test generation for DaaS features?

Automated test generation for DaaS features creates Playwright E2E and Vitest unit tests for API routes, pages, components, and security. It outputs customizable test files with proper setup, cleanup, and coverage based on your input.

What types of tests can I generate for DaaS API routes and security?

DaaS test generation supports API, Page, Component, Security/RLS, Permissions, E2E, and Load tests. It automatically creates test files with appropriate setup and cleanup logic to ensure comprehensive coverage for your features.

Do I need Playwright and Vitest installed to run generated DaaS tests?

Playwright and Vitest are required dependencies to execute the generated DaaS tests and verify functionality. You must have both frameworks installed in your environment to run the test suites properly.

What's the best way to set up a testing framework for a new DaaS API route?

Automated test generation quickly sets up a testing framework for new DaaS API routes by generating necessary Playwright and Vitest tests. This saves time and reduces manual effort when starting development on new features.

Can I customize generated test files for specific DaaS security and RLS requirements?

Generated test files are customizable based on user input, allowing you to target specific DaaS security, RLS, and permission requirements. The generation process creates tests with proper setup and cleanup tailored to your scenarios.

Does automated DaaS test generation handle both component and load testing?

Automated DaaS test generation handles component testing and load testing alongside E2E and API tests. It produces test files covering multiple testing dimensions to provide a comprehensive testing framework for development and maintenance.