Commit 5410d1a
committed
feat(e2e): add DSL support to TestActionPlanner and create E2ECli
- Modify TestActionPlanner to support DSL format for scenario generation
- Add SimpleDslParser for parsing DSL in mpp-core
- Add useDslFormat option to PlannerConfig (default: true)
- Create E2ECli for AI-driven E2E test scenario generation
- Add runE2ECli Gradle task
Usage:
./gradlew :mpp-ui:runE2ECli -Pe2eUrl="https://example.com" -Pe2eGoal="Login with valid credentials"
Related to #5321 parent ef97b89 commit 5410d1a
File tree
3 files changed
+774
-5
lines changed- mpp-core/src/commonMain/kotlin/cc/unitmesh/agent/e2etest/planner
- mpp-ui
- src/jvmMain/kotlin/cc/unitmesh/server/cli
3 files changed
+774
-5
lines changed
0 commit comments