Deffiss / testenvironment-docker

MIT License
117 stars 30 forks source link

More samples to be provided #22

Closed Deffiss closed 4 years ago

Hellevar commented 4 years ago

From my perspective we need to provide at least two common scenarios:

KirylKiryanchykau commented 4 years ago

+1 to comment above, @Hellevar as far as I can see it both .net core api integration tests and wpf integration tests will look like the same integration tests using TestServer?

Furthermore, we probably could provide next samples:

Hellevar commented 4 years ago

@KirylKiryanchykau not the same, but for .net core api entry point would be http call to test server, but for WPF it would be direct call to some service from business logic, without test server(in wpf it not needed, just interaction between wpf and database)