Skip to content

Commit

Permalink
updated README for Robot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbagmar committed Jun 17, 2024
1 parent 38d52af commit 68d5401
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/README_Robot.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,19 @@ To execute tests, set the `APPLITOOLS_API_KEY` environment variable
to your [account's API key](https://applitools.com/tutorials/guides/getting-started/registering-an-account),
and then run:

## Run tests in Execution Cloud
## Run tests in local browser
```
APPLITOOLS_LOG_DIR=reports/robot/applitools-logs robot --outputdir reports/robot src/test/robot/acme_bank.robot
APPLITOOLS_LOG_DIR=reports/robot/applitools-logs robot --outputdir reports/robot src/test/robot/acme_bank_web.robot
```

## Run tests in Execution Cloud with Self Healing
## Run tests in local browser with Applitools Ultrafast Grid
```
APPLITOOLS_LOG_DIR=reports/robot-self-healing/applitools-logs robot --outputdir reports/robot-self-healing src/test/robot/acme_bank_self_healing.robot
APPLITOOLS_LOG_DIR=reports/robot/applitools-logs robot --outputdir reports/robot src/test/robot/acme_bank_ufg.robot
```

## Run tests in Applitools Execution Cloud with Self Healing
```
APPLITOOLS_LOG_DIR=reports/robot-self-healing/applitools-logs robot --outputdir reports/robot-self-healing src/test/robot/acme_bank_execution_cloud_self_healing.robot
```

**For full instructions on running this project, take our
Expand Down

0 comments on commit 68d5401

Please sign in to comment.