e2e-test

Manage Playwright end-to-end test lifecycle for the Bifrost UI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/taisrisk/bifrostv2 --skill e2e-test-taisrisk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-test
Source: https://github.com/taisrisk/bifrostv2/tree/main/.claude/skills/e2e-test
Command: npx skills add https://github.com/taisrisk/bifrostv2 --skill e2e-test-taisrisk

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of creating, maintaining, and debugging end-to-end tests for the Bifrost UI, ensuring robust application quality and reducing manual testing overhead.

Core Features & Use Cases

  • Automated Test Generation: Write new E2E tests based on feature requirements.
  • Flaky Test Resolution: Debug and fix failing or intermittent tests.
  • UI Change Synchronization: Automatically update tests when UI components or attributes change.
  • Test Auditing: Identify and correct weak or incorrect assertions in existing tests.
  • Use Case: When a new feature is added to the Bifrost UI, use this Skill to quickly generate a comprehensive suite of E2E tests. If a UI update breaks existing tests, use the 'sync' command to automatically adapt them.

Quick Start

Use the e2e-test skill to create new E2E tests for the 'providers' feature.

Frequently Asked Questions about e2e-test

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

FAQPage Schema
How do I generate Playwright E2E tests for a new UI feature?

To generate Playwright E2E tests for a new UI feature, use this Skill to automatically create a comprehensive test suite based on your specific feature requirements. It supports feature-based test creation for the Bifrost UI.

Why do my Playwright E2E tests keep failing after UI updates?

Playwright E2E tests often fail after UI updates due to changed components or attributes. This Skill provides a sync command to automatically update and adapt existing tests to match the new UI structure.

How do I debug a specific failing Playwright test file?

To debug a specific failing Playwright test file, this Skill supports targeted test file debugging. You can isolate and resolve flaky or intermittent test failures without running the entire test suite.

What is the best way to find weak assertions in my E2E testing suite?

The best way to find weak assertions in your E2E testing suite is through test auditing. This Skill identifies and corrects weak or incorrect assertions in existing tests to ensure accurate test coverage.

Can I run a full Playwright test suite and auto-update tests in CI/CD?

Yes, you can run a full Playwright test suite and auto-update tests within your CI/CD pipeline. This Skill manages the full test lifecycle, including full suite execution and automated synchronization with UI changes.