https://github.com/applitools/robotframework-quickstart
https://github.com/applitools/robotframework-quickstart
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/applitools/robotframework-quickstart
- Owner: applitools
- Created: 2021-09-09T20:27:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T08:28:09.000Z (over 3 years ago)
- Last Synced: 2025-07-19T06:44:54.413Z (11 months ago)
- Language: RobotFramework
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Applitools Robot Framework Quickstart
## Before start
1. Clone this repo in your local directory and switch into it:
`git clone https://github.com/applitools/robotframework-quickstart.git`
2. Switch directory to `robotframework-quickstart` by command `cd robotframework-quickstart`
3. Verify that you have Python in your system:
`python -V` or `python3 -V` (*We'll count that you have Python 3 installed*).
4. And install eyes-robotframework package in your system: `python3 -m pip install eyes_robotframework`
## Usage
1. Initialize configuration in current directory: `python3 -m EyesLibrary init-config`
2. Add your API KEY `applitools.yaml` or in `APPLITOOLS_API_KEY` env variable
3. Run example script: `python3 -m robot web.robot`
## Robot Framework autocompletion plugins
**IntelliJ (PyCharm and friends)** *Recommended - most full support*
https://plugins.jetbrains.com/plugin/17424-intellibot-patched
### RobotFramework language server based (`pip install robotframework-lsp`)
These plugins have issues with auto-completion of check settings keywords.
**IntelliJ (PyCharm and friends)**
https://plugins.jetbrains.com/plugin/16086-robot-framework-language-server
**VSCode**
https://marketplace.visualstudio.com/items?itemName=robocorp.robotframework-lsp