microsoft / PowerApps-Tooling

Tooling support for PowerApps language and .msapp files
https://make.powerapps.com
MIT License
322 stars 107 forks source link

Integrate Yaml Validator into the CI to validate Persistence Test cases #694

Closed abaskk-msft closed 2 months ago

abaskk-msft commented 3 months ago

Feature

Changes

Validation

mizrael commented 3 months ago

I think the plan is to move the validation logic inside the Persistence library first. At that point we can get rid of the console app, since the next step would be updating PAC CLI. Regarding our tests suite, once the Persistence library has been updated, we can write tests that make use of the new validation code and run on specific folders. This way we can run them directly via dotnet test, perhaps filtering them via a traits/categories attributes.