Skip to content

Commit c2972c5

Browse files
authored
Update README.md
1 parent 108421a commit c2972c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ npm run open:allure-report
4343
```
4444

4545
## Docker
46+
- Directly use docker compose file with below command
47+
````bash
48+
docker-compose -f docker-compose.yml up
49+
````
50+
OR use below
4651
- To run tests in docker containers, install docker and use the below commands to compose the docker image from the docker file;
4752
```bash
4853
docker build -t {give image name} .

0 commit comments

Comments
 (0)