We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108421a commit c2972c5Copy full SHA for c2972c5
README.md
@@ -43,6 +43,11 @@ npm run open:allure-report
43
```
44
45
## 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
51
- To run tests in docker containers, install docker and use the below commands to compose the docker image from the docker file;
52
```bash
53
docker build -t {give image name} .
0 commit comments