Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. Todo Lenovo VS Code for RF
  2. 1. Install RobotFramework intellisense
  3. 2. Install RobotFramework ext by KMKLabs
  4. 3. venv, modify workspace ${workspaceFolder}
  5. 5. change tabs to spaces 4. convert indentation to space
  6. 6. pip install robotframework robotframework-seleniumlibrary
  7. 7. create folder structure to cases, resources, results
  8. 8. Download Chromium driver, ln -s PYTHONPATH_DIR dest
  9. 9. config.json in root
  10. {
  11. "lib": ["SeleniumLibrary"]
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement