Skip to content

krystian-jedrzejowski/global-app

Repository files navigation

To run tests locally execute following commands (assume chromedriver is installed)

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.

To run tests on docker container execute following command:

docker-compose run -p 5000:5000 tests

After test execution allure report is generated. Navigate to localhost:5000


Supported drivers

DRIVER=chome|remote_chrome|remote_firefox

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published