-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Currently flutter-skill is used interactively through MCP. It would be great to have a pytest plugin that lets people run AI-driven tests in CI:
def test_login(flutter_skill):
flutter_skill.prompt('Test the login flow with test@example.com')
assert flutter_skill.find_element('Dashboard')What's needed:
- A Python package
pytest-flutter-skill - Connects to flutter-skill MCP server
- Wraps MCP tools as Python assertions
Great for Python developers who want to contribute!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers