Skip to content

Commit 49289b4

Browse files
committed
Review feedback
1 parent 6c9224c commit 49289b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Start tests based on the database container
4444
TEST_MYSQL_HOST=localhost:3306 TEST_MYSQL_DBNAME=test TEST_MYSQL_USERNAME=root TEST_MYSQL_PASSWORD='' NO_DEPS_PLAYWRIGHT=1 make test-e2e-mysql
4545
```
4646

47-
## Run pgsql integration tests
47+
## Run pgsql e2e tests
4848
Setup a pgsql database inside docker
4949
```
5050
docker run -e "POSTGRES_DB=test" -p 5432:5432 --rm --name pgsql postgres:latest #(just ctrl-c to stop db and clean the container)
@@ -54,7 +54,7 @@ Start tests based on the database container
5454
TEST_PGSQL_HOST=localhost:5432 TEST_PGSQL_DBNAME=test TEST_PGSQL_USERNAME=postgres TEST_PGSQL_PASSWORD=postgres NO_DEPS_PLAYWRIGHT=1 make test-e2e-pgsql
5555
```
5656

57-
## Run mssql integration tests
57+
## Run mssql e2e tests
5858
Setup a mssql database inside docker
5959
```
6060
docker run -e "ACCEPT_EULA=Y" -e "MSSQL_PID=Standard" -e "SA_PASSWORD=MwantsaSecurePassword1" -p 1433:1433 --rm --name mssql microsoft/mssql-server-linux:latest #(just ctrl-c to stop db and clean the container)

0 commit comments

Comments
 (0)