Skip to content

Commit 0f9d9d2

Browse files
committed
Fix the section about E2E tests
1 parent 336ba22 commit 0f9d9d2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,16 @@ docker run --name myadmin -d -e PMA_PASSWORD_FILE=/run/secrets/db_password.txt -
180180
- `PMA_HOST`
181181
- `PMA_CONTROLPASS`
182182

183-
## Run the E2E tests with docker-compose
183+
## Run the E2E tests for this docker image
184184

185-
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`.
186187

187-
Using the docker-compose.testing.yml from https://github.com/phpmyadmin/docker
188+
Clone this repository: `https://github.com/phpmyadmin/docker.git`
188189

190+
And then run this command to start the test suite:
189191
```sh
190-
docker-compose -f docker-compose.testing.yml up phpmyadmin
192+
make run-tests
191193
```
192194

193195
For more detailed documentation see https://docs.phpmyadmin.net/en/latest/setup.html#installing-using-docker

0 commit comments

Comments
 (0)