owncloud / moodle-repository_ocis

GNU General Public License v3.0
3 stars 0 forks source link

adding behat ui test #34

Closed nirajacharya2 closed 8 months ago

nirajacharya2 commented 11 months ago

related issue: https://github.com/owncloud/moodle-repository_ocis/issues/17

This PR adds a UI test for moodle integration with Ocis regarding Uploading file.

individual-it commented 10 months ago

@amrita-shrestha @nirajacharya2 I've made the needed changes in moodle and proposed them here: https://tracker.moodle.org/browse/MDL-80616 Please check the diff URLs if its correct

nirajacharya2 commented 9 months ago

Are we going to try to set up and run this in CI?

No, this is for running tests locally using Moodle-docker. We have to run the tests on CI manually, so we might not have to do this.