Documentation ¶
Overview ¶
Package tag defines functions to parse cucumber feature files and filter them by cucumber tag expressions
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchFiles ¶
func MatchFiles(sys fs.FS, files []string, tagExpression string) (matched []string, unmatched []string)
MatchFiles finds feature files that include scenarios with tags that match the given tag expression. A tag expression is a simple boolean expression including the logical operators "and", "or", "not".
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.