-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: several additions to QuickPickleWorldInterface, fix explodeTags…
…, refactor feat: add QuickPickleWorld.toString() function that renders to a single descriptive line feat: add QuickPickleWorld.info.stepIdx, to get the line number of the step within the scenario feat: add QuickPickleWorld.info.explodedIdx, to get the index number for exploded tags chore: renamed "qp" function to "gherkinStep", for better readability in traces fix: fixed the explodeTags functionality when rendering test: added tons of tests for the explodeTags functionality
- Loading branch information
Showing
9 changed files
with
295 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
"quickpickle": minor | ||
--- | ||
|
||
feat: several additions to QuickPickleWorldInterface, fix explodeTags, refactor | ||
|
||
feat: add QuickPickleWorld.toString() function that renders to a single descriptive line | ||
feat: add QuickPickleWorld.info.stepIdx, to get the line number of the step within the scenario | ||
feat: add QuickPickleWorld.info.explodedIdx, to get the index number for exploded tags | ||
chore: renamed "qp" function to "gherkinStep", for better readability in traces | ||
fix: fixed the explodeTags functionality when rendering | ||
test: added tons of tests for the explodeTags functionality |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.