microsoft / PowerApps-TestEngine

MIT License
100 stars 30 forks source link

[Question] Integration with Azure DevOps / Pipeline #187

Closed arexms closed 1 year ago

arexms commented 1 year ago

Hello,

I'm in the middle of selecting test framework for canvas app. Looks like this project covers all my needs - easy to use, tests from studio are portable, simple configuration.

My next step is to integrate it with CI in Azure DevOps. I couldn't find any instruction how to do this correctly. Have you tired this so you can provide some simple guid?

jt000 commented 1 year ago

Hi @arexms, we don't currently have any guides for incorporating the current PowerAppsTestEngine into CI\CD, but this is definitely something we're considering for the future. I'd suggest waiting for incorporation into a more fully supported solution like the PAC CLI or a Github Action, but if you want to take a look at what this might look like today then I'd suggest looking at how we're testing this component in the build action for this repository which runs Test Engine against some example canvas apps.