Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 410 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 410 Bytes

BDD automation of TodoMVC application

This repository is created to demonstrate the BDD automation using Robotframework.

How to use?

  1. Install Chromedriver
    $ brew install chromedriver --cask
    
  2. Install Robot framework
    $ pip install robotframework
    
  3. Run test
    $ robot -d results/ test_todo.robot