Skip to content

Instantly share code, notes, and snippets.

@dannyshain
Created November 23, 2021 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannyshain/b1ceff0a2070013abc31d16686c6f289 to your computer and use it in GitHub Desktop.
Save dannyshain/b1ceff0a2070013abc31d16686c6f289 to your computer and use it in GitHub Desktop.
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