mobile-dev-inc/maestro

Add a new `maestro validate` ("dry run") command

開放

#1,783 建立於 2024年7月10日

 (6 則留言) (4 個反應) (0 位負責人)Kotlin (824 個分叉)batch import
P2enhancementgood first issuemaestro cli

倉庫指標

星標
 (14,051 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Is your feature request related to a problem? Please describe. Facing issues in maintaining the sanity of flow files in the repo where multiple people are adding commits and there is no way to verify the sanity of the flow files since maestro does not have a build system that can verify for complication error.

Describe the solution you'd like In a CI system where multiple teams are adding tests in the same repo, it is essential to check the flow files' sanity and syntax in each merge request. A feature like checking the syntax, and file paths in the flow files of the entire workspace is necessary so that no bad flow files are added. A dry-run like feature can help validate the workspace and yaml flow files instead of running any.

Describe alternatives you've considered Currently, there is no way of validating the entire workspace.

貢獻者指南