mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-37046 behat: Adding a test to check the test environment
This commit is contained in:
parent
dca22d7cc1
commit
191b3fb9d7
9
admin/tool/behat/tests/behat/test_environment.feature
Normal file
9
admin/tool/behat/tests/behat/test_environment.feature
Normal file
@ -0,0 +1,9 @@
|
||||
Feature: Set up the testing environment
|
||||
In order to execute automated acceptance tests
|
||||
As a moodle developer
|
||||
I need to use the test environment instead of the regular environment
|
||||
|
||||
@tool_behat
|
||||
Scenario: Accessing the site
|
||||
When I am on homepage
|
||||
Then I should see "PHPUnit test site"
|
Loading…
x
Reference in New Issue
Block a user