calendarbackup-testing

Automate CalendarBackup-v2 testing with Vitest, Playwright, and manual QA protocols.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Matteo-Exp-Transformer/CALENDARIO-V2 --skill calendarbackup-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: calendarbackup-testing
Source: https://github.com/Matteo-Exp-Transformer/CALENDARIO-V2/tree/main/.cursor/skills/calendarbackup-testing
Command: npx skills add https://github.com/Matteo-Exp-Transformer/CALENDARIO-V2 --skill calendarbackup-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines testing for the CalendarBackup-v2 application, addressing the need for automated and comprehensive testing to ensure reliability and stability of the system.

Core Features & Use Cases

  • Unit/Component Testing: Utilizes Vitest for unit and component-level testing, ensuring the functionality of individual components.
  • End-to-End (E2E) Testing: Leverages Playwright for testing the entire application flow on staging Supabase, covering manual QA and blind testing.
  • Manual QA Protocol: Follows a structured protocol for manual testing, including a mini-pack guide and full testing skill manual, to ensure all bases are covered.

Quick Start

To execute tests for CalendarBackup-v2, run 'npm run test' and ensure the test suite passes with green status.

Frequently Asked Questions about calendarbackup-testing

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

FAQPage Schema
How do I automate unit and E2E testing for a calendar backup application?

Automate testing for a calendar backup application by running Vitest for unit tests and Playwright for E2E testing, executing the suite with 'npm run test'.

Does Playwright work with Supabase for E2E testing?

Playwright works with Supabase by executing E2E tests against a staging Supabase environment, covering full application flows and manual QA protocols.

What is included in a manual QA protocol for application testing?

A manual QA protocol for application testing includes a structured mini-pack guide and a full testing manual, ensuring all functional bases are covered alongside automated Vitest and Playwright suites.

Do I need Vitest and Playwright installed to run the testing workflow?

You need Vitest and Playwright installed to run the testing workflow, as the environment requires both frameworks alongside the application's internal testing structure to execute unit and E2E tests.

Vitest vs Playwright: which handles unit testing and which handles E2E testing?

Vitest handles unit and component-level testing for individual functionality, while Playwright handles end-to-end testing across the entire application flow, distinguishing their roles in the testing workflow.