TestingFramework icon indicating copy to clipboard operation
TestingFramework copied to clipboard

Unit testing framework for Azure Logic Apps (Standard)

Results 5 TestingFramework issues
Sort by recently updated
recently updated
newest added

Hi and thanks for the awesome library. I am trying to test a workflow that calls a function app: ``` "Update_Clients": { "type": "Function", "inputs": { "method": "POST", "body": {...

Service Bus has been "mocked" by a Docker image (in this case Apache ActiveMQ Artemis). It would be advisable to be able to turn the internal mocking behaviour on and...

Hello, First and foremost, I'd like to express my gratitude for your work on this framework. I have a concern regarding the performance of unit tests, particularly when dealing with...

This adds support for the recently announced [C# Inline Action](https://techcommunity.microsoft.com/t5/azure-integration-services-blog/announcement-introducing-net-c-inline-action-for-azure-logic/ba-p/4160541). VS Code editor support is not there yet, however it's already possible to add csx files to the workflow by...

Azure core function tools process always times out but after the timeout the output in the console shows that it had started and was waiting to be triggered Something is...