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
You can run the E2E tests with the local test environment by running MariaDB/MySQL databases. Adding ENV variable `PHPMYADMIN_RUN_TEST=true` already added on docker-compose file. Simply run:
185
+
You can run the E2E test suite on a local test environment.
186
+
The Requirements are `make`, `docker` and `docker-compose`.
186
187
187
-
Using the docker-compose.testing.yml from https://github.com/phpmyadmin/docker
188
+
Clone this repository: `https://github.com/phpmyadmin/docker.git`
188
189
190
+
And then run this command to start the test suite:
189
191
```sh
190
-
docker-compose -f docker-compose.testing.yml up phpmyadmin
192
+
make run-tests
191
193
```
192
194
193
195
For more detailed documentation see https://docs.phpmyadmin.net/en/latest/setup.html#installing-using-docker
0 commit comments