Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.09 KB

Getting Started

Instalation

  1. First, you will need to install rvm (Ruby Version Manager) on your system

You can follow these instalation manuals:

  1. Next, install ruby v2.7.2 by running this command: rvm install 2.7.2
  2. Then, set it as default: rvm alias create default 2.7.2
  3. Download chromedriver and add it to the path manually or by running this command (via Homebrew): brew install chromedriver
  4. Install Allure brew install allure
  5. Finally, navigate to the root of the project and run bundle install to install all the dependencies

Usage

To run sample test automation: bundle exec rspec or for individual specs: rspec spec/name_of_each_spec

Report

To generate and view test results in a single report run allure serve report/allure-results/