bmad-tea-testarch-framework

Set up a Playwright or Cypress test framework for end-to-end testing.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RafaellsAlmeida/lifetrek --skill bmad-tea-testarch-framework-rafaellsalmeida
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bmad-tea-testarch-framework
Source: https://github.com/RafaellsAlmeida/lifetrek/tree/main/.agents/skills/bmad-tea-testarch-framework
Command: npx skills add https://github.com/RafaellsAlmeida/lifetrek --skill bmad-tea-testarch-framework-rafaellsalmeida

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initialize the test framework with Playwright or Cypress to quickly scaffold end-to-end testing in new or existing projects.

Core Features & Use Cases

  • Framework bootstrap for Playwright or Cypress projects with starter configs.
  • Preconfigured test runners, reporters, and example tests for immediate validation.
  • Use Case: When a team needs to ship reliable UI tests in CI within a week, this skill provides a ready-to-run setup and template tests.

Quick Start

Initialize the chosen test framework in your repository to bootstrap Playwright or Cypress with starter tests.

Frequently Asked Questions about bmad-tea-testarch-framework

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

FAQPage Schema
How do I set up Playwright or Cypress for end-to-end testing?▼

You can bootstrap Playwright or Cypress by initializing the framework in your repository, which scaffolds the test runner, reporters, and example tests for immediate E2E validation.

Can I configure the test runner and reporters when bootstrapping an E2E framework?▼

Yes, bootstrapping an E2E framework includes starter configurations with preconfigured test runners and reporters, allowing you to validate UI regression tests immediately.

Do I need Node.js and npm to scaffold a Cypress or Playwright test framework?▼

Yes, you need Node.js and npm or Yarn installed to scaffold a Playwright or Cypress test framework and run the end-to-end tests in your project.

What's the best way to add UI regression tests to my CI pipeline quickly?▼

Bootstrapping Playwright or Cypress provides a ready-to-run setup with template tests, enabling frontend teams to ship reliable UI regression tests in CI within a week.

Does this E2E testing framework setup work for existing projects?▼

Yes, you can initialize the chosen test framework to quickly scaffold end-to-end testing in both new and existing projects with starter configs and example tests.