You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once moodle has implemented a framework for js unit testing, the frontend should be covered by js unit tests, because this activity heavily relies on js frontend.
Especially the different buttons and options in the menus depend heavily on configuration and capabilities, so they should be covered by automated tests.
Also behat tests would be possible, but might require pretty big effort to implement, because probably one would have to create a lot of custom behat steps.
The text was updated successfully, but these errors were encountered:
Once moodle has implemented a framework for js unit testing, the frontend should be covered by js unit tests, because this activity heavily relies on js frontend.
Especially the different buttons and options in the menus depend heavily on configuration and capabilities, so they should be covered by automated tests.
Also behat tests would be possible, but might require pretty big effort to implement, because probably one would have to create a lot of custom behat steps.
The text was updated successfully, but these errors were encountered: