microsoft / DurableFunctionsMonitor

A monitoring/debugging UI tool for Azure Durable Functions
MIT License
221 stars 36 forks source link

Automate running end-to-end tests #188

Open scale-tone opened 5 months ago

scale-tone commented 5 months ago

We do have some Playwright-based end-to-end tests, but at the moment they are being run manually.

Need to automate the deployment of a test environment (multiple Function instances running DfMon in various different configurations: standalone, injected, inproc, isolated, server-directed auth, client-directed auth etc.) and then also automate running those tests against this environment.