agentsframework-playwright

Automate end-to-end frontend testing in AgentsFramework using Playwright and Cloud Run.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/rajnishkhatri/AgentsFramework --skill agentsframework-playwright
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentsframework-playwright
Source: https://github.com/rajnishkhatri/AgentsFramework/tree/main/.cursor/skills/agentsframework-playwright
Command: npx skills add https://github.com/rajnishkhatri/AgentsFramework --skill agentsframework-playwright

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill unit provides an E2E Playwright testing playbook specifically tailored for the AgentsFramework repository. It streamlines frontend E2E testing workflows and helps ensure high-quality and reliable testing processes.

Core Features & Use Cases

  • Playwright Integration: Integrates Playwright for executing automated E2E tests.
  • Testing Tiers: Supports different testing tiers (T1, T2, T3) to cover different levels of testing requirements.
  • Cloud Run Support: Facilitates testing against the Cloud Run deployment.
  • Use Case: When developing or updating the frontend components of the AgentsFramework repository, use this Skill unit to execute the corresponding E2E tests, ensuring the quality of the application.

Quick Start

Execute the T1 test tier using the command: pnpm test:e2e:t1

Frequently Asked Questions about agentsframework-playwright

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

FAQPage Schema
How do I automate end-to-end frontend testing with Playwright?

Playwright E2E testing is organized into tiers (T1, T2, T3) to cover different levels of testing requirements, allowing you to validate frontend components systematically by running commands like `pnpm test:e2e:t1`.

Can I run Playwright E2E tests against a Cloud Run deployment?

Yes, Playwright E2E testing supports Cloud Run deployments by utilizing environment-specific configurations to execute your test suites against the cloud-based service.

What testing tiers are supported for E2E Playwright execution?

E2E Playwright testing supports multiple tiers, specifically T1, T2, and T3, to cover varying levels of testing requirements and ensure high-quality, reliable testing processes.

Do I need Node.js and Playwright installed to run E2E frontend tests?

Yes, running E2E frontend tests requires Playwright and Node.js to be installed, along with environment-specific configurations, to successfully execute the testing tiers in your repository.

How do I start the T1 test tier for frontend E2E testing?

Start the T1 test tier for frontend E2E testing by executing the command `pnpm test:e2e:t1` in your terminal to run the automated Playwright test scenarios.

Why use Playwright for frontend E2E testing in a development repository?

Playwright streamlines frontend E2E testing workflows by automating test execution across different scenarios, ensuring high-quality and reliable testing processes when developing or updating repository components.