Skip to content

Commit b1abe0d

Browse files
committed
MQE-237:[Generator] Add before and after logic to suites
- add new before/after tags - add new Group generator class - add verification test for new suite logic - update existing suite sample file
1 parent ce874ba commit b1abe0d

File tree

20 files changed

+920
-356
lines changed

20 files changed

+920
-356
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"php": "~7.0",
88
"codeception/codeception": "2.2|2.3",
99
"flow/jsonpath": ">0.2",
10-
"fzaninotto/faker": "^1.6"
10+
"fzaninotto/faker": "^1.6",
11+
"mustache/mustache": "~2.5"
1112
},
1213
"require-dev": {
1314
"squizlabs/php_codesniffer": "1.5.3",

0 commit comments

Comments
 (0)