brunobatista25 / example_capybara_docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Enter in folder

Access folder project

cd project_example_for_gitlab

Installing gems

To install gems type:

bundle install

Drivers:

Install and include in PATH

Run tests in DEV with Chrome###

Type this in the tests folder:

bundle exec cucumber  -p ci -p html -p headless -p dev

Run tests in DEV with headless###

Type this in the tests folder:

bundle exec cucumber  -p ci -p html -p headless -p dev

Run tests in HMG with Chrome###

Type this in the tests folder:

bundle exec cucumber -p pretty -p html -p no_headless -p hmg

Run tests in HMG with headless###

Type this in the tests folder:

bundle exec cucumber -p ci -p html -p headless -p hmg

About


Languages

Language:HTML 92.1%Language:Ruby 7.8%Language:Gherkin 0.2%