Last active
August 10, 2024 13:44
-
-
Save ramneekhanda/23b9e7e096a710e1d76774791fe98ca7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| feature unique_name | |
| requires | |
| - package/version | |
| - package2/version | |
| parallelism scenario | |
| @attr searchtags list... | |
| @attr somethingelse list... | |
| scenario "test with {a} {b} {c}" | |
| do n times | |
| given $a $b $c | |
| when | |
| then | |
| and | |
| but | |
| call | |
| * | |
| done report stats | |
| end | |
| examples | |
| |a | b| c| | |
| end | |
| # comment | |
| ## | |
| block comment | |
| tests/ | |
| epic1/ | |
| feature1.gfe | |
| feature2.gfe | |
| grammar/ | |
| grammarfile.jar | |
| grammarfile.py | |
| grammarfile.js | |
| grammarfile.toml | |
| package.json | |
| ## |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment