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

Ported SpecFlowHelper to FAKE 5 #1886

Merged
merged 7 commits into from
Apr 26, 2018
Merged

Conversation

magicmonty
Copy link
Contributor

Ported SpecFlowHelper to FAKE 5 as Fake.DotNet.Testing.SpecFlow

@magicmonty
Copy link
Contributor Author

@matthid Added Documentation page

@matthid matthid changed the base branch from master to rc_8 April 24, 2018 18:01
open System.Text

/// SpecFlow execution parameter type.
[<CLIMutable>]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We usually no longer specify CLIMutable in Fake 5

let generate setParams =
let parameters = setParams SpecFlowDefaults

Trace.traceStartTaskUnsafe "SpecFlow " parameters.SubCommand
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can use use _ = Trace.traceStart ... here to no longer be 'unsafe' :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, thanks for the hint. Will fix that on the other PRs too

@magicmonty
Copy link
Contributor Author

Fixed. I also renamed the generate function to run as this fits better the tool

@matthid matthid merged commit 5e0cce0 into fsprojects:rc_8 Apr 26, 2018
@matthid
Copy link
Member

matthid commented Apr 26, 2018

Thanks!

@magicmonty magicmonty deleted the specflow branch April 26, 2018 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants