fantasia-testing

Automate Fantasia Archive testing across Vitest and Playwright workflows.

401|56|Updated Jan 30, 2021
One-click install
npx skills add https://github.com/vishiri/fantasia-archive --skill fantasia-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fantasia-testing
Source: https://github.com/vishiri/fantasia-archive/tree/main/.cursor/skills/fantasia-testing
Command: npx skills add https://github.com/vishiri/fantasia-archive --skill fantasia-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fantasia-testing simplifies validating Fantasia Archive tests across Vitest and Playwright, helping teams maintain CI reliability and improve debugging efficiency.

Core Features & Use Cases

  • Coordinated Vitest unit tests and Playwright component/E2E tests
  • Rebuild-before-Playwright workflow guidance
  • Clear file-naming conventions and test organization

Quick Start

Run the Vitest and Playwright test suite to validate Fantasia Archive tests locally.

Frequently Asked Questions about fantasia-testing

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

FAQPage Schema
How do I coordinate Vitest and Playwright tests for Vue components?

Coordinating Vitest and Playwright tests for Vue components involves running unit and end-to-end workflows together, including a rebuild-before-Playwright rule and specific file-naming conventions under tests directories.

Why does Playwright testing fail to load my Vue component changes?

Playwright testing may fail to load Vue component changes if you skip the rebuild-before-Playwright workflow rule, which requires rebuilding the application before executing end-to-end test suites.

What is the best way to organize end-to-end test files for Vitest and Playwright?

Organizing end-to-end test files for Vitest and Playwright requires following documented file-naming conventions, placing Vue component test hooks and layouts under the src/components and tests directories.

Can I run component tests and unit tests in the same Vitest workflow?

You can run component tests and unit tests in the same Vitest workflow by applying integrated test configurations that validate Vue components alongside standard unit test executions.

Does Vitest support end-to-end testing for Vue applications without Playwright?

Vitest focuses on unit and component testing, so end-to-end testing for Vue applications typically requires integrating Playwright configurations to handle full end-to-end workflow validation.