invictus-integration / testing-framework

Framework for testing integration workflows in Microsoft Azure.
https://invictus-integration.github.io/testing-framework/
MIT License
4 stars 3 forks source link

Provide `dotnet new` template #16

Open mbraekman opened 4 years ago

mbraekman commented 4 years ago

Currently a project-templates has been made available which contains references to the correct nuGet-package and already contains some app-settings and properties.

It would be nice if this could be updated to point to the new and improved test-packages and already provide a base-class that initializes the providers (a.k.a. current helpers) to reduce the time that needs to be spent to start writing the actual tests.

If any additional information is required, just let me know. I've got an customer-project that contains an example of such a test-project.

tomkerkhove commented 4 years ago

So you are basically looking for a dotnet new invictus-testing template that creates the testing project with everything or am I getting it wrong?

For what it's worth, this is just copied as is and will be fully changed

mbraekman commented 4 years ago

That's right. Currently we have it an actual VS-project template which to be imported in te templates-folder, so it's created through UI, but it needs some TLC.

tomkerkhove commented 4 years ago

Yes, good suggestion! Let's go with a dotnet template.

stijnmoreels commented 4 years ago

That's cool! We can reuse the creation/testing approach we used on arcus.templates.