summaryrefslogtreecommitdiff
path: root/spec/support/capybara.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
* Move spec helpers/matchers/shared examples/contexts to their relevant folderRémy Coutable2018-04-231-0/+2
* prefer &. to .tryMike Greiling2018-04-131-1/+1
* remove --disable-gpu flag as it is no longer neededMike Greiling2018-04-131-7/+1
* display relevant browser console output whenever an integration test failsMike Greiling2018-04-131-0/+19
* prevent localStorage.clear from running when it would cause an errorMike Greiling2018-02-231-2/+4
* Disable /dev/shm in CIsh-disable-dev-shmStan Hu2017-12-221-0/+3
* add logging back to capybara config and clean up selenium option instantiationclean-capybara-configMike Greiling2017-11-291-8/+28
* make window resizing more resiliant on small screens when headless mode is offMike Greiling2017-11-011-3/+7
* move resize option the pre-test hooks instead of post-testMike Greiling2017-11-011-3/+3
* reset browser window size between testsMike Greiling2017-11-011-0/+3
* add CHROME_HEADLESS environment variable to disable headless modeMike Greiling2017-10-211-1/+4
* clear localStorage after each capybara test (global)Mike Greiling2017-10-201-0/+3
* Bump selenium-webdriver to 3.5.0 to make Capybara work properlyStan Hu2017-08-121-1/+1
* Expand Chrome window size to make specs passStan Hu2017-08-111-1/+1
* Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-021-2/+10
|\
| * Ensure Gitlab::Application.routes.default_url_options are set correctly in Ca...Rémy Coutable2017-07-281-1/+8
| * Don't reset the session when the example failed, because we need capybara-scr...dm-restore-capybara-screenshotDouwe Maan2017-06-211-2/+3
* | Make Capybara::Screenshot work with headless ChromeStan Hu2017-06-161-0/+4
* | Replace PhantomJS with headless Chrome for Rspec testsStan Hu2017-06-161-13/+10
|/
* Call Capybara.reset_sessions! before block_and_wait_for_requests_complete33779-reset-session-before-blocking-requestsRémy Coutable2017-06-161-0/+9
* Let PhantomJS load local imagesrc/load-images-in-phantomjsRémy Coutable2017-06-121-1/+3
* Properly eagerly-load the Capybara server for JS feature specs onlyRémy Coutable2017-03-311-2/+6
* Eager-load the Capybara server to prevent timeoutsRémy Coutable2017-03-311-1/+1
* Increase Capybara's timeoutRémy Coutable2017-03-311-2/+2
* Merge branch 'rs-capybara-screenshot-artifacts' into 'master' Kamil Trzciński2017-03-141-6/+3
|\
| * Don't disable capybara-screenshot in CI environmentrs-capybara-screenshot-artifactsRobert Speicher2016-12-081-6/+3
* | Decrease Capybara timeout for CI environmentrs-lower-capybara-timeoutRobert Speicher2017-03-081-1/+1
|/
* Pass `--load-images=no` to PhantomJS via Capybara/Poltergeistrs-phantomjs-disable-imagesRobert Speicher2016-11-281-1/+9
* Fix Capybara 2.6.2 deprecation warningsStan Hu2016-03-151-1/+1
* Set window_size to 1366*768Alfredo Sumaran2016-02-231-1/+1
* Prevent transient Capybara timeouts during feature testsrs-transient-capybara-timeoutRobert Speicher2016-01-281-0/+6
* Move CapybaraHelpers to its own support fileRobert Speicher2015-06-221-33/+0
* Add `allowing_for_delay` helper method for feature specsRobert Speicher2015-06-141-0/+33
* Don't use capybara-screenshot in CI environmentsrs-capybara-screenshotRobert Speicher2015-04-251-3/+5
* Enable js_errors for Capybara in Spinach and RSpecRobert Speicher2015-04-251-1/+1
* Move RSpec setup for Capybara to its own support fileRobert Speicher2015-04-251-0/+19