TestExamplesDotnet
TestExamplesDotnet copied to clipboard
Showing how you can easily setup fast and easy to run more complex tests such as api tests or browser tests in .NET
Currently the startup time of the database container dominates the total run time when running a few or a single test. Reusing the container instance would largely solve this. At...
Currently the folder structure is a bit arbitrary. It might be clearer to just flatten the folders.
Azure functions are quite hard to integration test as they need to be run inside a 'function host' and theres no equivalent to webapplicationfactory in azure functions. That probably means...