经 AI Skill Hub 精选评估,Playwright AI自动化 获评「强烈推荐」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
Playwright AI自动化 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Playwright AI自动化 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g playwright-praman # 方式二:npx 直接运行(无需安装) npx playwright-praman --help # 方式三:项目依赖安装 npm install playwright-praman # 方式四:从源码运行 git clone https://github.com/mrkanitkar/playwright-praman cd playwright-praman npm install npm start
# 命令行使用
playwright-praman --help
# 基本用法
playwright-praman [options] <input>
# Node.js 代码中使用
const playwright_praman = require('playwright-praman');
const result = await playwright_praman.run(options);
console.log(result);
# playwright-praman 配置说明 # 查看配置选项 playwright-praman --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export PLAYWRIGHT_PRAMAN_CONFIG="/path/to/config.yml"
Agent-First SAP UI5 Test Automation Plugin for Playwright ⭐ If Praman saves you time, star the repo — it helps others find it.
Praman Plan-Generate-Heal Agents for SAP GUI, UI5, WebGUI, and Fiori apps.
Praman extends Playwright with deep SAP UI5 awareness — querying controls through the UI5 runtime registry, not fragile DOM selectors, so tests survive upgrades and theme changes. Describe your business process; AI agents deliver production-ready test scripts.
Comparing SAP test automation tools →
npm install playwright-praman
npx playwright-praman init
init scaffolds config, installs Chromium, and sets up AI agent definitions for your IDE.
```bash cp .env.example .env
Describe your business process. Praman's plan → generate → heal pipeline does the rest.
| Agent | What it does |
|---|---|
| **Planner** | Explores your live SAP system and produces a test plan |
| **Generator** | Converts the plan into typed Playwright + Praman code |
| **Healer** | Runs the test, fixes failures, repeats until green |
| Interface | Transport | Install | Best For |
|---|---|---|---|
| **Playwright MCP** | WebSocket (JSON-RPC) | @playwright/mcp (separate) | Interactive exploration, VS Code / Copilot |
| **Playwright CLI** | stdin/stdout | Built into Playwright 1.59+ | CI/CD, token-efficient, any terminal agent |
Agent files with a -cli suffix use Playwright CLI; files without use Playwright MCP.
import { test, expect } from 'playwright-praman';
test('create purchase order', async ({ page, ui5, ui5Navigation }) => {
await ui5Navigation.navigateToTile('Purchase Orders');
await ui5.waitForUI5();
const createBtn = await ui5.control({
controlType: 'sap.m.Button',
properties: { text: 'Create' },
});
await createBtn.press();
await ui5.waitForUI5();
});
Fixtures available: ui5, ui5Navigation, sapAuth, fe, ui5.table, ui5.dialog, ui5.odata, intent, pramanAI, testData, controlTree, shellFooter, flpLocks.
Do I need SAP source code? No — Praman uses the public UI5 runtime API (sap.ui.getCore()).
Does it work with existing Playwright tests? Yes — Praman extends Playwright. Mix ui5 fixtures with native page.click() in the same file.
Which SAP systems are supported? S/4HANA (cloud and on-premise), BTP, Fiori Launchpad, SAPUI5, and OpenUI5 — both Fiori Elements and freestyle apps.
→ Full FAQ
高质量的AI驱动自动化测试框架
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
AI Skill Hub 点评:Playwright AI自动化 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | playwright-praman |
| 原始描述 | 开源AI工作流:AI-First SAP UI5 Test Automation for Playwright。⭐7 · TypeScript |
| Topics | ai-testingautomatione2e-testingtypescript |
| GitHub | https://github.com/mrkanitkar/playwright-praman |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-06-03 · 更新时间:2026-06-03 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端