selenium - Running rspec parallel with capybara features -
selenium - Running rspec parallel with capybara features -
i have test suite using capybara & rspec using ruby. using parallel_tests gem in order run tests in parallel using sauce.
now great, splits workload spec files rather want using capybara features or better, scenarios. spec file looks like
publisher_spec.rb
feature "adding users publisher" scenario "using public groups" scenario "using private groups"
so want run each scenario parallel test, looks @ spec files, forcing me break spec file multiple units. test suite run faster if had 1 scenario / spec file, ruin readibility , ability utilize "before" steps.
anyone have solution?
selenium rspec capybara qa
Comments
Post a Comment