Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Acceptance testing: Difference between revisions

From MoodleDocs
(This page has so much misleading information, it's better to link to the new docs, and fill in the gaps.)
m (Missing category)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
#redirect [[Running acceptance test]]
This page is a starting point for working with acceptance tests (behat tests). These tests are suited if you want to test the front-end and with that the behaviour of your site / your plugin / your code.
 
If you want to write your own tests have a look at: [[Writing acceptance tests]]
 
If you want to run behat tests of the existing suite or the ones you have written for your own plugin please visit: [[Running acceptance test]]
 
[[Category:Behat]]

Revision as of 14:50, 14 February 2019

This page is a starting point for working with acceptance tests (behat tests). These tests are suited if you want to test the front-end and with that the behaviour of your site / your plugin / your code.

If you want to write your own tests have a look at: Writing acceptance tests

If you want to run behat tests of the existing suite or the ones you have written for your own plugin please visit: Running acceptance test