forked from codeceptjs/CodeceptJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Cucumber / Gherkin support (codeceptjs#1099)
* basic parsing * imitial implementation * simplified parameter matching * added Background and Scenario Outline * updated tests * basic running version * examples tests * fixed tests * implemented step lists and snippet generators * fixed tests * including extra gherkin steps * added docs and few more tests * fixed before/after events * run helper hooks only for root suite * removed gherkin from config * fixed tests and CI setup * fixed formatting for CircleCI * fixed formatting for CircleCI * added --tests, features, options; fixed Protractor issue * updated docs * fixed codestyle
- Loading branch information
Showing
59 changed files
with
1,813 additions
and
380 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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
cd test | ||
|
||
docker-compose build | ||
docker-compose pull php selenium.chrome | ||
docker-compose pull php selenium.chrome | ||
|
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.