List of behat test

Re: List of behat test

by Tim Hunt -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

At the command line, in the root of the Moodle code, run

find -name '*.feature' | xargs -I {} grep -H Scenario {}

(Or, if you prefer to use an IDE, search for 'Scenario' in all files called *.feature in your Moodle project.)

Average of ratings: Useful (2)