Skip to content

Auto-generated Moodle plugin to run Behat tests in the Moodle App

Notifications You must be signed in to change notification settings

moodlehq/moodle-local_moodleappbehat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moodle App Behat plugin

Note

This repository is auto-generated, you can find the original source code in the Moodle App repository. In particular, this is generated using the npx gulp behat command and brought here in the Update Behat plugin workflow.

This plugin can be installed in a Moodle site running Behat tests in order to run Moodle App tests. Depending on your use-case, you may want to use a different branch from this repository:

Branch name Core app tests Description
main This branch mirrors the code from the development version of the app. You'll want to use this if you're developing Behat tests that depend on new app features which haven't been released yet.
latest This branch mirrors the code from the stable version of the app. You'll want to use this if you're developing Behat tests against the latest release the app, which is what most users will have installed.
ci This branch mirrors the code from the stable version of the app, and it also includes .feature files. This is used in the integration workflow of the tracker, to ensure that changes in the LMS don't break app compatibility. You'll want to use this if you're getting an error in the tracker and you want to reproduce it in you local environment.

You can learn more about using this plugin and app tests in the documentation: Acceptance testing for the Moodle App.