create-tests

Generate Playwright end-to-end and Vitest unit tests for web applications.

1|Updated May 26, 2026
One-click install
npx skills add https://github.com/BaraArdiwinata/hackathon-sima-arome --skill create-tests-baraardiwinata
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-tests
Source: https://github.com/BaraArdiwinata/hackathon-sima-arome/tree/main/.agents/skills/create-tests
Command: npx skills add https://github.com/BaraArdiwinata/hackathon-sima-arome --skill create-tests-baraardiwinata

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 end-to-end and unit tests for web applications, using Playwright for browser automation and Vitest for JavaScript testing, saving time and reducing manual effort.

Core Features & Use Cases

  • Automated Test Generation: Generate Playwright E2E and Vitest unit tests for features, API routes, pages, components, security, permissions, and load tests.
  • Custom Test Setup: Create test files with proper setup, cleanup, and coverage for different test types.
  • Use Case: If you need to create tests for a new feature in your web application, this Skill can automate the process, ensuring you have tests for all critical scenarios.

Quick Start

Use the create-tests skill to generate tests for the 'login' page.

Frequently Asked Questions about create-tests

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

FAQPage Schema
How do I automate end-to-end testing for web applications using Playwright and Vitest?

Automate end-to-end testing for web applications by generating Playwright browser automation scripts and Vitest unit tests, covering features, API routes, pages, components, security, permissions, and load tests.

Can I generate unit tests for API routes and web components automatically?

Generate unit tests for API routes and web components automatically using Vitest, creating test files with proper setup and cleanup while ensuring coverage for different critical test scenarios.

Do I need Node.js, Playwright, and Vitest installed to generate tests?

Node.js, Playwright, and Vitest are required dependencies to generate and run end-to-end and unit tests for web applications, providing the JavaScript runtime and browser automation environment.

What types of web application tests can I create with Playwright and Vitest?

Create end-to-end and unit tests for web applications covering features, API routes, pages, components, security, permissions, and load tests, ensuring comprehensive test coverage across critical scenarios.

Is automated test generation better than writing Playwright tests manually?

Automated test generation saves time and reduces manual effort compared to writing Playwright and Vitest tests manually, ensuring proper setup, cleanup, and coverage for all critical web application scenarios.

Why are my generated end-to-end tests failing during browser automation?

Generated end-to-end tests require Node.js, Playwright, and Vitest properly configured, with appropriate test setup and cleanup procedures to ensure browser automation runs correctly across different test types.