TestExamplesDotnet icon indicating copy to clipboard operation
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

Results 4 TestExamplesDotnet issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

enhancement

Currently the folder structure is a bit arbitrary. It might be clearer to just flatten the folders.

enhancement

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...

enhancement