Testing Area/Behat Testing/Running test: Difference between revisions
From Mahara Wiki
< Testing Area | Behat Testing
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<h2>Running the test</h2> | <h2>Running the test</h2> | ||
<pre> | |||
When you run the command below it will start up: | |||
Selenium is running | |||
Start the PHP server | |||
Enable test site | |||
Acceptance test site is enabled | |||
Run Behat... | |||
Only run tests with the tag: @tag | |||
</pre> | |||
To run your test that you have written use the command from '''any directory''': | To run your test that you have written use the command from '''any directory''': |
Revision as of 16:37, 16 December 2014
Running the test
When you run the command below it will start up: Selenium is running Start the PHP server Enable test site Acceptance test site is enabled Run Behat... Only run tests with the tag: @tag
To run your test that you have written use the command from any directory:
mahara_behat run @tag
The tag is whatever you have tagged your test to be. For example:
mahara_behat run @core_page