Skip to content

Commit be3e729

Browse files
committed
Update location of Moodle app behat tests steps
1 parent cbea8b8 commit be3e729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Notes:
137137

138138
## Use containers for running behat tests for the Moodle App
139139

140-
In order to run Behat tests for the Moodle App, you need to install the [local_moodlemobileapp](https://github.com/moodlehq/moodle-local_moodlemobileapp) plugin in your Moodle site. Everything else should be the same as running standard Behat tests for Moodle. Make sure to filter tests using the `@app` tag.
140+
In order to run Behat tests for the Moodle App, you need to install the [local_moodleappbehat](https://github.com/moodlehq/moodle-local_moodleappbehat) plugin in your Moodle site. Everything else should be the same as running standard Behat tests for Moodle. Make sure to filter tests using the `@app` tag.
141141

142142
The Behat tests will be run against a container serving the mobile application, you have two options here:
143143

@@ -149,7 +149,7 @@ For both options, you also need to set `MOODLE_DOCKER_BROWSER` to "chrome".
149149

150150
```bash
151151
# Install local_moodlemobileapp plugin
152-
git clone https://github.com/moodlehq/moodle-local_moodlemobileapp "$MOODLE_DOCKER_WWWROOT/local/moodlemobileapp"
152+
git clone https://github.com/moodlehq/moodle-local_moodleappbehat "$MOODLE_DOCKER_WWWROOT/local/moodleappbehat"
153153

154154
# Initialize behat environment
155155
bin/moodle-docker-compose exec webserver php admin/tool/behat/cli/init.php

0 commit comments

Comments
 (0)