e2e-test

Manage Playwright E2E test lifecycle for the Bifrost UI.

1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/lakshitadidwania2106/sandbox --skill e2e-test-lakshitadidwania2106
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-test
Source: https://github.com/lakshitadidwania2106/sandbox/tree/main/scenario_agent/bifrost/.claude/skills/e2e-test
Command: npx skills add https://github.com/lakshitadidwania2106/sandbox --skill e2e-test-lakshitadidwania2106

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the entire process of creating, running, debugging, and maintaining end-to-end (E2E) tests for the Bifrost UI, ensuring robust and reliable application quality.

Core Features & Use Cases

  • Automated Test Generation: Create new E2E tests for features.
  • Flaky Test Resolution: Debug and fix failing or flaky tests.
  • UI Change Synchronization: Automatically update tests when UI components change.
  • Test Auditing: Identify and fix incorrect or weak assertions for better test reliability.
  • Use Case: When a new feature is added to the Bifrost UI, use this Skill to automatically generate comprehensive E2E tests, ensuring it functions as expected and remains stable through future updates.

Quick Start

Use the e2e-test skill to create new E2E tests for the 'user-profile' 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, use this skill to create feature-based test suites that adhere to established test patterns, page object models, and data factories for robust UI coverage.

Why does my Playwright test fail after a UI component update?

Playwright tests fail after UI updates due to broken locators. This skill auto-updates and synchronizes tests with UI changes to resolve flaky test failures and maintain suite reliability.

What is the best way to debug a specific failing E2E test file?

The best way to debug a specific failing E2E test file is to use this skill's targeted debugging mode, which isolates individual test files to identify and fix weak assertions or flaky behavior.

How do I audit Playwright tests for weak assertions?

Auditing Playwright tests for weak assertions involves scanning existing test suites to identify incorrect validations. This skill automates test auditing to fix weak assertions and improve reliability.

Do I need a page object model to run Playwright E2E tests?

Yes, you need a page object model. The skill requires strict adherence to established test patterns, page object models, and data factories to manage the full E2E test lifecycle effectively.

Can I run a full Playwright test suite for the Bifrost UI?

Yes, you can run a full Playwright test suite for the Bifrost UI. The skill manages the complete test lifecycle, supporting full test suite execution alongside feature-based test creation.