Testing Status and texts with
- Cucumber
- Capybara
- SitePrism
Access to step-by-step help:
Verify Ruby version
$ ruby -v
Access project root path to install bundle:
cd /neon-website-automation-test
gem install bundler
In the same project root path run the follow command:
bundle install
- Inside this project we have MAC and Windows drivers
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]