mobile-dev-inc/maestro

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

Open

#1783 aperta il 10 lug 2024

Vedi su GitHub
 (5 commenti) (4 reazioni) (0 assegnatari)Kotlin (306 fork)batch import
P2enhancementgood first issuemaestro cli

Metriche repository

Star
 (6111 star)
Metriche merge PR
 (Merge medio 12g 2h) (39 PR mergiate in 30 g)

Descrizione

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.

Guida contributor