doamaral / learn-robotframework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Test Project

Create Basic Structure for a test Project using Robotframework and Selenium using Github Actions to run tests at each push to master branch

Run Project

run tests:

  • make sure chromedriver is in the path variable
  • pip install -r requirements.txt
  • robot --outputdir reports tests/login/login_tests.robot
  • show

Base app

About


Languages

Language:RobotFramework 100.0%