Skip to content

robinch93/RobotFramework-Python

Repository files navigation

RobotFramework-Python

Implementation of Keyword-Driven Testing using robot framework and by custom python library made using standard robot framework libraries. The tests were performed on this website.

Prerequisite

  • Docker
  • git clone https://github.com/robinch93/RobotFramework-Python.git

How To Run

  1. Login Test:
    Run on Docker: make test-login-docker
    Run on Local: make test-login-local

  2. Register Test:
    Run on Docker: make test-register-docker
    Run on Local: make test-register-local

NOTE: To get all make commands, run make all or make help

About

Keyword-Driven Testing by creating custom Python library made using standard robot framework libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published