Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.25 KB

README.md

File metadata and controls

55 lines (44 loc) · 1.25 KB

Unochapeco WebSite Automation Test

Testing Status and texts with

  • Cucumber
  • Capybara
  • SitePrism

How to Configure Environment

Install ruby on Windows

Access to step-by-step help:

Verify Ruby version

$ ruby -v

Install Bundle

Access project root path to install bundle:

cd /neon-website-automation-test
gem install bundler

Install all gems

In the same project root path run the follow command:

bundle install

Drivers necessary:

  • Inside this project we have MAC and Windows drivers

Execute tests###

Execute this command inside the project:

$ rake run[BROWSER,ENVIRONMENT,LANGUAGE,RUNNER,DEBUGGER,PROFILE]

Understand command:
BROWSER: chrome, firefox
ENVIRONMENT: master, qa
LANGUAGE: en, fr
RUNNER: local, ci (prepareted to) DEBUGGER: true, false PROFILE: profiles

Example:

bundle exec rake run[chrome,qa,pt,local,true,webmail]

PlayList listened to do this project:

Deezer #HITOU