microsoft / PowerApps-TestEngine

MIT License
93 stars 28 forks source link

Testing flows #317

Open N-Larose opened 5 months ago

N-Larose commented 5 months ago

I want to implements an automated testing policy for flows.

However, I didn't really find a convenient way that :

I was wondering, as we already planned to use it for apps, can testEngine be used to indirectly test flows by using a dedicated proxy app ? The most miraculous thing would be that a mocked connection in the proxy app would be usable in the child flow. But I don't believe such a magic can exist, right ?

The closest solution that I could imagine was :

I don't like this solution because it requires to edit the flows to test, also table suffix isn't the best data isolation strategy that we could dream.

Did anyone has any suggestion about this flow testing problematic ?