- Install Poetry
- Install dependencies
- Run selenium tests with
poetry run robot tests/selenium_tests.robot
Selenium tests are utilizing SeleniumLibrary. To handle custom steps, create custom keywords
- Not sure how to debug the tests. I have checked log.html file for the info
- PyCharm has RobotFramework Helper plugin to higlight the syntax
- Example of run command:
poetry run robot --outputdir test-results/ --variable BROWSER:Chrome --variable SERVER:https://coffee-cart.app/ tests/selenium_tests.robot- Isntall Node JS ??? 2
- Install Poetry
- Install dependencies
- Install the node dependencies:
run rfbrowser initin your shell. More details
- Keywords here
- PyCharm plugin highlights Playwright tests as errors, but they run fine