List of behat test

Re: List of behat test

από Tim Hunt -
Αριθμός απαντήσεων: 0
Φωτογραφία Core developers Φωτογραφία Documentation writers Φωτογραφία Particularly helpful Moodlers Φωτογραφία Peer reviewers Φωτογραφία 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.)