Skip to content

Integration testing helper library for Azure Functions in the style of WebApplicationFactory (Microsoft.AspNetCore.Mvc.Testing)

License

Notifications You must be signed in to change notification settings

LeeSanderson/Azure.Functions.Testing

Repository files navigation

Azure.Functions.Testing

Build Status Nuget Nuget

Azure.Functions.Testing is an integration testing helper library for Azure Functions in the style of WebApplicationFactory.

The package leverages the Azure Function Core Tools to configure an launch an Azure Functions project and allow a Test project to make HTTP requests to the Function HTTP Trigger endpoints.

When running the Function via Azure Function Core Tools, additional arguments can be specified in the constructor of the FunctionApplicationFactory. The func start documentation defines a list of valid arguments.

See the package documentation and demos for examples of typical usage.

About

Integration testing helper library for Azure Functions in the style of WebApplicationFactory (Microsoft.AspNetCore.Mvc.Testing)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published