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.)
No edit summary
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]]

Revision as of 14:53, 3 May 2018

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