task-kanban

Execute Playwright E2E tests for a Vue 3 Task Kanban app.

Updated May 21, 2026
One-click install
npx skills add https://github.com/creeper-RedWHU/HuaweiCloudProj --skill task-kanban
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-kanban
Source: https://github.com/creeper-RedWHU/HuaweiCloudProj/tree/main
Command: npx skills add https://github.com/creeper-RedWHU/HuaweiCloudProj --skill task-kanban

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you ensure the Vue 3 Task Kanban app works correctly and safely before rollout by providing a structured end-to-end quality testing plan and reproducible evidence outputs for the production URL.

Core Features & Use Cases

  • End-to-end QA coverage: Runs a systematic quality verification plan against the deployed app at http://119.3.174.235, including functional, security, boundary, exception recovery, performance, and compatibility checks.
  • Traceable test evidence: Defines a reporting template and automation approach so results (including failures and screenshots) can be documented and reviewed.
  • Automation-ready test design: Provides a test pyramid strategy (Unit/Integration/E2E with Playwright), a detailed test-case matrix, and Playwright configuration to standardize execution.

Quick Start

Run the Playwright tests against the deployed site configured for the baseURL http://119.3.174.235 and generate the HTML report to review outcomes.

Frequently Asked Questions about task-kanban

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

FAQPage Schema
How do I run Playwright E2E tests against a deployed Vue 3 SPA?

Running Playwright E2E tests against a deployed Vue 3 SPA requires configuring Playwright with the target baseURL such as http://119.3.174.235, executing structured functional flows, and generating an HTML report with pass/fail status and screenshots.

What is the best way to test for XSS vulnerabilities in a localStorage-backed web app?

Testing for XSS vulnerabilities in a localStorage-backed web app involves executing curated security test matrices that target localStorage tampering and boundary cases, validating input isolation, and producing an auditable report with documented defect discoveries.

Can I generate automated test reports for user-story acceptance and risk assessment?

Generating automated test reports for user-story acceptance and risk assessment is possible by executing structured E2E test matrices that produce an auditable report with screenshots and pass/fail/skip status for the deployed application.

Does Playwright support regression testing and exploratory defect discovery for production deployments?

Playwright supports regression testing and exploratory defect discovery for production deployments by executing automated E2E flows with validated isolation, running functional and security checks, and capturing traceable test evidence.

How do I perform boundary case testing and exception recovery checks for a task kanban application?

Performing boundary case testing and exception recovery checks for a task kanban application requires running a systematic quality verification plan that includes boundary, exception recovery, and compatibility checks against the deployed URL.

Why does my E2E test report need validated isolation when testing a single page application?

E2E test reports need validated isolation when testing a single page application to ensure test execution accuracy, prevent state contamination across test matrices, and provide reliable pass/fail/skip status for risk assessment.