Open mbraekman opened 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
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.
Yes, good suggestion! Let's go with a dotnet template.
That's cool! We can reuse the creation/testing approach we used on arcus.templates.
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.