bundle install
rspec
After test execution allure report is generated under reports/ directory. To generate pretty html report install allure command line tool and execute following command:
allure serve reports/allure-results
There is also jenkins allure plugin to generate allure report.
docker-compose run -p 5000:5000 tests
After test execution allure report is generated. Navigate to localhost:5000
DRIVER=chome|remote_chrome|remote_firefox