Open SamJongenelen opened 6 years ago
@SamJongenelen You're right, we do not currently support this natively inside the command line. We do however support this in our Azure DevOps (VSTS) extension.
That being said I can imagine scenario's where it can be useful to have this inside the commandline itself. We also have an open issue regarding relative paths to the folder containing the feature files (#10), so we might consider combining these two issues
Yes. Currently I am unable to consume the VSTS extension, as we are using an on premise TFS :)
@samjongenelen The extension should work with on-premises TFS as well. You should be able to install it through the Marketplace. Please let us know if you have any issues getting it installed.
Yes, however i don't have those credentials in the workplace
I think you should be able to request installation so that someone can review your request and approve/disapprove it.
Currently there is support for wildcards, but this does not seem to support recursion (https://github.com/Augurk/Augurk.CommandLine/blob/master/src/Augurk.CommandLine/Commands/PublishCommand.cs#L220)
suggestion: use the minimatch pattern to support recursion?
workaround: wrap the Augurk.exe command in some powershell and implement in VSTS task: