-
Bug
-
Resolution: Fixed
-
Minor
-
3.1, 3.1.1
-
MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
wip-mdl-55380
-
When running behat test with Moodle 3.1 (Behat 3), the steps are run correctly, but the number of scenarios reported at the end is doubled. This seems to be a bug in the output formatter.
Step to reproduce on master (from David Mudrak):
- Add "@testme @javascript" tags to mod/workshop/tests/behat/grade_to_pass.feature
- Run behat with --tags=testme
- Watch the tests run in the browser to verify that each of the 5 scenarios is run only once.
- Expected result: the end of the output shows: 5 scenarios (5 passed) 72 steps (72 passed)
- Actual result: the end of the output shows: 10 scenarios (10 passed) 124 steps (124 passed)
- blocks
-
MDL-55072 Upgrades to Behat so it can work with different themes
- Closed