Azure / azure-functions-durable-powershell

PowerShell SDK for writing Durable Functions apps
MIT License
7 stars 3 forks source link

Set up initial E2E testing pipeline (uses built-in DF SDK) #4

Closed davidmrdavid closed 1 year ago

davidmrdavid commented 2 years ago

This PR "enables" E2E tests for this project. At the present, it mostly just tests the built-in DF SDK in the PS worker. However, it demonstrates that the E2E tests in the PS worker repo can be easily incorporated in this project by copying over a subset of the E2E directory in the worker into this repo.

Future steps: modify E2E test-app to use the external SDK as a simulated managed dependency.