Skip to content

Commit

Permalink
Clarified Robot library import step
Browse files Browse the repository at this point in the history
  • Loading branch information
jduval23 committed Apr 16, 2021
1 parent bfd5f69 commit c101aaf
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,13 @@ Test the [Roku WebDriver](https://developer.roku.com/docs/developer-program/dev-

To install the [Roku Robot Framework Library](https://developer.roku.com/docs/developer-program/dev-tools/automated-channel-testing/robot-framework-library.md) and test it on one or more devices, follow these steps:

1. Optionally, install the Python version of the Roku Robot Framework Library via a local Python package following these steps:

a. Install the Roku Robot Framework Library:
1. Optionally, install the Python version of the Roku Robot Framework Library via a local Python package. This enables you to directly import the Roku Robot Framework library in your Robot test case files:

python pip install <path>/automated-channel-testing-master/RobotLibrary

b. Import the Roku Robot Framework library to the Robot test files:

Library Library.RobotLibrary ${ip_address} ${timeout} ${pressDelay} ${server_path}


2. Install the dependencies listed in the **/automated-channel-testing-master/RobotLibrary/requirements.txt** file:

```
python -m pip install -r /automated-channel-testing-master/RobotLibrary/requirements.txt
```
python -m pip install -r /automated-channel-testing-master/RobotLibrary/requirements.txt

3. Update line 41 of the **/automated-channel-testing-master/RobotLibrary/Tests/Basic_tests.robot** file with the password of your Roku device.

Expand Down

0 comments on commit c101aaf

Please sign in to comment.