Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for SpecFlow #141

Closed
SlowLogicBoy opened this issue Sep 10, 2018 · 2 comments
Closed

Add Support for SpecFlow #141

SlowLogicBoy opened this issue Sep 10, 2018 · 2 comments
Milestone

Comments

@SlowLogicBoy
Copy link

SlowLogicBoy commented Sep 10, 2018

Edit:
We are using their command line tool to generate our spec test report:

using (var process = ProcessTasks.StartProcess(
    $@"{path}\{SpecFlow}\{nuget.Version}\tools\{SpecFlow}.exe",
    @"nunitexecutionreport "
    + projectPath
    + $" /xmlTestResult:{testXmlReportFile} "
    + $" /testOutput:{testResultFile} "
    + $" /out:{reportFileName} ",
    reportDir))
{
    process.AssertWaitForExit();
    ControlFlow.AssertWarn(process.ExitCode == 0, "SpecFlow report generation process exited with some errors.");
}
@arodus
Copy link
Contributor

arodus commented Sep 10, 2018

arodus added a commit that referenced this issue Sep 11, 2018
arodus added a commit that referenced this issue Sep 12, 2018
@matkoch matkoch added this to the v0.9.0 milestone Sep 22, 2018
@matkoch matkoch closed this as completed Sep 22, 2018
@lock
Copy link

lock bot commented Nov 20, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Nov 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants