MDL-37046 behat: Using single config file on moodle side
[moodle.git] / admin / tool / behat / tests / behat / test_environment.feature
CommitLineData
df8dcf3e 1@tool_behat
191b3fb9
DM
2Feature: Set up the testing environment
3 In order to execute automated acceptance tests
4 As a moodle developer
5 I need to use the test environment instead of the regular environment
6
191b3fb9
DM
7 Scenario: Accessing the site
8 When I am on homepage
e87d603d 9 Then I should see "PHPUnit test site"