Steps to reproduce
From command line (Note you need to have your SSH key stored in your profile on your computer) git clone [email protected]:mpahuja/allure-rerun-fails.git
bundle install
Make sure you have chrome driver installed on your computer or update the data_ci.yml file to run your tests against a different browser like firefox. To do so update
browser_version = firefox
Finally run all the tests using the following command
rake run_tests