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
Post a Comment