ruby on rails - How setup selenium firefox tests on CodeShip? -


intro hi, i'm developing rails application, use capybara, selenium-webdriver , rspec tests.

problem have functional tests, runs in firefox (default selenium browser) , works redirects other hosts. example, rspec before hook fresh google access token.

locally on laptop tests runs success:

bundle exec rspec

but codeship's builds fails.

questions

do need setup codeship support "firefox" tests? if yes, how can it?

does codeship supports redirects other hosts?

thanks!

codeship supports running selenium tests in ci , can find more info here https://documentation.codeship.com/continuous-integration/browser-testing/

however when tried run selenium tests in ci , chrome failed start 90% of times , planning spin selenium grid elsewhere , run tests in codeship


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -