Actions

Difference between revisions of "Testing Area/Behat Testing/Running test"

From Mahara Wiki

< Testing Area‎ | Behat Testing
Line 3: Line 3:
 
Run Behat...
 
Run Behat...
 
Only run tests with the tag: @tag
 
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''':
Line 16: Line 16:
 
  Start the PHP server
 
  Start the PHP server
 
  Enable test site
 
  Enable test site
 
</pre>
 
  
  

Revision as of 16:45, 16 December 2014

Running the test

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


When you run the command it will start up the following:

Selenium is running
Start the PHP server
Enable test site