Created
November 23, 2021 16:19
-
-
Save dannyshain/b1ceff0a2070013abc31d16686c6f289 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rem Install Robot Framework, Selenium, EyesLibrary packages and dependencies | |
pip install robotframework robotframework-seleniumlibrary eyes-robotframework | |
rem Run EyesLibrary initialization script | |
python -m EyesLibrary init-config | |
rem Set APPLITOOLS_API_KEY environment variable | |
set /p APPLITOOLS_API_KEY="Enter your Applitools API Key: " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment