-
-
Notifications
You must be signed in to change notification settings - Fork 476
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
Gherkin related functions - partial lack of help #808
Comments
Is this that crucial for the release? How many regular users of gherkin are there apart from Jaykul's team? Ten maybe? So how about we put it in 4.1? |
@Jaykul, could you mark which Gherkin-related functions exported by Pester module shouldn't be directly invoked?
Thank you. |
Invoke-Gherkin is the big kahuna, like Invoke-Pester Find-GherkinStep is useful outside of tests. The rest map roughly to the Pester functions, and are meant for use in .Steps.ps1 files like the Pester versions are only meant for use in .Tests.ps1 files
|
UpdateIt can (?) be skipped if the function Invoke-GherkinStep will not be exported like I propose in the pull request #948.
|
@Jaykul,
Can you prepare the pull request which changes exported module member? |
@Jaykul, |
The PR #948 is merged. |
Thanks guys, it's been a bit ... crazy over here. |
@Jaykul, gentle reminder. Thank you. |
I went ahead and created a few simple examples for these commands. |
Thank you @KevinMarquette! |
One of the biggest features of Pester v4 is the implementation of Gherking-style (is it a correct description?).
I checked a status of help for Gherkin related functions - I used for this https://github.com/it-praktyk/Pester/tree/DevV4_Addd_Tests_For_Help_2 - and help is not completed - results are listed below.
I think that it should be added before releasing of final Pester v4 version.
What do you think?
Guys - especially: @Jaykul, @adbertram, @KevinMarquette - help is needed.
The text was updated successfully, but these errors were encountered: