website-tester

Automates cross-browser web testing with Playwright to validate end-to-end user flows and generate reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/oliverhuynh/codex-master --skill website-tester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: website-tester
Source: https://github.com/oliverhuynh/codex-master/tree/main/skills/website-tester
Command: npx skills add https://github.com/oliverhuynh/codex-master --skill website-tester

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

Web testing can be time-consuming and error-prone when validating end-to-end user journeys across browsers. This guidance provides a repeatable Playwright-based workflow to set up, run, and collect artifacts from web tests.

Core Features & Use Cases

  • Cross-browser end-to-end testing across Chromium, Firefox, and WebKit.
  • Automated environment bootstrapping for Playwright and test dependencies.
  • Artifacts, reports, and screenshots generation for QA pipelines and regression suites.

Quick Start

Set BASE_URL and TASK_DIR, then run the website-tester to begin automated testing.

Frequently Asked Questions about website-tester

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

FAQPage Schema
How do I automate cross-browser web testing for end-to-end user flows?

Automate cross-browser web testing by using Playwright to launch Chromium, Firefox, and WebKit, validating end-to-end user journeys across browsers. This workflow generates test artifacts, reports, and screenshots for QA pipelines and regression suites.

What do I need to set up Playwright automated browser testing?

To set up Playwright automated browser testing, you must install the Playwright dependency and configure the required BASE_URL and TASK_DIR inputs. The tester handles automated environment bootstrapping and test dependencies before launching browsers.

Can I generate test artifacts and screenshots for my QA regression suite?

Yes, you can generate test artifacts, reports, and screenshots for QA pipelines and regression suites. The automated testing process collects these outputs after Playwright executes end-to-end user flows across browsers.

Does Playwright work for exploratory testing of web apps across different browsers?

Playwright works for exploratory testing of web apps by launching Chromium, Firefox, and WebKit to validate user flows. It applies to exploratory testing, regression suites, and QA pipelines, generating reports from the executed test scenarios.

What is the best way to run end-to-end web testing across Chromium, Firefox, and WebKit?

The best way to run end-to-end web testing across Chromium, Firefox, and WebKit is using a Playwright-based workflow. It provides a repeatable process to set up, run, and collect artifacts, reducing manual testing errors for cross-browser validation.