playwright-execute

Execute Playwright test suites and upload reports to Katalon True Platform.

4|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/katalon-labs/true-skills --skill playwright-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright-execute
Source: https://github.com/katalon-labs/true-skills/tree/main/plugins/katalon-true-platform/skills/playwright-execute
Command: npx skills add https://github.com/katalon-labs/true-skills --skill playwright-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @playwright/test, @katalon/playwright-reporter, and includes references (resource) components.

What problem does it solve?

This skill bridges the gap between local Playwright test execution and the Katalon True Platform, ensuring that test results, logs, and artifacts are automatically uploaded and verified without manual intervention.

Core Features & Use Cases

  • Automated Reporting: Automatically configures and executes Playwright tests with the Katalon reporter to ensure seamless data synchronization.
  • Platform Verification: Automatically checks the Katalon Platform after execution to confirm that test runs and reports are successfully imported and accessible.
  • Use Case: When a developer needs to run a specific suite of end-to-end tests and ensure the results are immediately visible in the Katalon dashboard for the QA team, this skill handles the entire execution, upload, and verification lifecycle.

Quick Start

Use the playwright-execute skill to run the login suite and upload the results to the Katalon platform.

Frequently Asked Questions about playwright-execute

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

FAQPage Schema
How do I automatically upload Playwright test results to the Katalon platform?

You can automatically upload Playwright test results to the Katalon platform by running tests with the @katalon/playwright-reporter dependency. This skill handles the execution, automated report upload, and post-upload verification lifecycle.

What do I need to run Playwright tests and sync results with Katalon?

To run Playwright tests and sync results with Katalon, you need Node.js, the @playwright/test and @katalon/playwright-reporter dependencies, and valid Katalon API credentials configured in your environment.

Does the Katalon Playwright reporter verify test results after uploading them?

Yes, the Katalon Playwright reporter verifies test results after uploading. The skill automatically checks the Katalon True Platform post-execution to confirm that test runs and reports are successfully imported and accessible.

How do I execute end-to-end Playwright tests and make them visible in the Katalon dashboard?

To execute end-to-end Playwright tests and make them visible in the Katalon dashboard, use this skill to trigger your test suite. It configures the Katalon reporter, runs the tests locally, and syncs the artifacts to the platform.

Can I use this skill to manage local Playwright test execution and reporting?

Yes, you can use this skill to manage local Playwright test execution and reporting. It supports local test execution alongside automated reporter configuration to bridge local runs with the Katalon True Platform.

Why are my Playwright test runs not showing up in the Katalon True Platform?

Playwright test runs may not show up in the Katalon True Platform if the @katalon/playwright-reporter is not configured or if Katalon API credentials are invalid. This skill manages the execution and verifies the post-upload import status.