djangofan / cuke-parallel-starter

Example of parallel cucumber tests on command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cuke-parallel-starter

Runs headless tests against: http://the-internet.herokuapp.com/ using HTTParty library.

To execute:

First, type :

  • bundle install

Then execute:

  • bundle exec rake test_parallel

  • bundle exec rake test_inline

  • bundle exec rake clean test_parallel test_report --trace

I use Sublime as my IDE

Key shortcuts:

Command Palette CTRL + SHIFT + p File Switching CTRL + p Goto Symbols CTRL + r Multi Edit CTRL + click

About

Example of parallel cucumber tests on command line.


Languages

Language:Ruby 73.2%Language:Gherkin 26.8%