Version: v4
Find-GherkinStep
#
SYNOPSISFind a step implmentation that matches a given step
#
SYNTAX#
DESCRIPTIONSearches the *.Steps.ps1 files in the BasePath (current working directory, by default) Returns the step(s) that match
#
EXAMPLES#
EXAMPLE 1#
PARAMETERS#
-StepThe text from feature file
#
-BasePathThe path to search for step implementations.
#
CommonParametersThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
#
INPUTS#
OUTPUTS#
NOTES#
RELATED LINKS#
EDIT THIS PAGEThis page was auto-generated using Pester's comment based help. To edit the content of this page, change the corresponding help in the pester/Pester repository. See our contribution guide for more information.