-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Enable Power Apps Test Engine to integrate with Playwright MCP Server by exposing a stdio-compatible interface. This would allow prompt-driven test automation workflows to leverage Test Engine capabilities without requiring manual scripting in TypeScript or Power Fx.
Motivation
Current limitations in Playwright’s ability to snapshot and navigate complex iframe structures in Power Apps hinder UI automation. While Test Engine provides deep access to the JavaScript object model for entitylist and entityrecord controls, it is not currently accessible via MCP workflows.
This feature would allow users to:
- Run tests using natural language prompts via GenAIScript, Semantic Kernel, or GenKit.
- Reuse authentication and session state from Playwright MCP Server.
- Automate Model Driven App testing without writing traditional test code.
- Capture screenshots and documentation directly from VS Code using MCP agent mode
Describe the solution you'd like
-
Expose MCP Server for Test Engine
- Implement a stdio-compatible interface that allows Test Engine to act as an MCP server.
- Register Test Engine capabilities as callable MCP tools with metadata (name, description, inputs/outputs).
-
Enable Session State Reuse
- Support persisted session state from Playwright MCP to maintain authentication across test runs.
-
Support Prompt-Based Test Execution
- Allow prompt-driven invocation of Test Engine features using GenAIScript or similar frameworks.
-
VS Code Compatibility
- Ensure Test Engine tools are discoverable and usable within VS Code’s MCP agent mode.
Benefits
- Eliminates the need for manual scripting in Power Fx or TypeScript and leverage MCP action integration
- Enables low-code/no-code testers to automate scenarios using natural language.
- Bridges browser-level automation with platform-specific control access.
- Accelerates adoption of AI-driven testing workflows.
Describe alternatives you've considered
No response
Additional context?
No response
sdhsynsci
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request