Skip to content

olga-nesterova/ScentbirdGift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages