Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-31Properly eagerly-load the Capybara server for JS feature specs onlyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-31Eager-load the Capybara server to prevent timeoutsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-31Increase Capybara's timeoutRémy Coutable
Also disabled assets warming for Capybara/RSpec and remove a check to skip assets warming when ./tmp/cache/assets/test exists because assets are now served by webpack-dev-server. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-14Merge branch 'rs-capybara-screenshot-artifacts' into 'master' Kamil Trzciński
Store capybara screenshots as build artifacts Closes #13971 See merge request !7985
2017-03-08Decrease Capybara timeout for CI environmentRobert Speicher
2016-12-08Don't disable capybara-screenshot in CI environmentRobert Speicher
2016-11-28Pass `--load-images=no` to PhantomJS via Capybara/PoltergeistRobert Speicher
We were unintentionally hitting `gravatar.com` whenever a test that used Poltergeist was run. This was certainly wasting their resources and slowing down our tests even further, for no reason.
2016-03-15Fix Capybara 2.6.2 deprecation warningsStan Hu
2016-02-23Set window_size to 1366*768Alfredo Sumaran
2016-01-29Prevent transient Capybara timeouts during feature testsRobert Speicher
The problem occurred because asset compilation takes a long time, so when the asset cache didn't exist and the first test ran, it would often (randomly) time out during the generation before the actual test even had a chance to run. Now we check if the cache exists before the suite runs, and if not, we manually fire a request to the root URL in order to generate it. This should allow subsequent tests to use the cached assets.
2015-06-22Move CapybaraHelpers to its own support fileRobert Speicher
In case we end up wanting to use it in Spinach as well.
2015-06-15Add `allowing_for_delay` helper method for feature specsRobert Speicher
2015-04-26Don't use capybara-screenshot in CI environmentsRobert Speicher
2015-04-26Enable js_errors for Capybara in Spinach and RSpecRobert Speicher
2015-04-26Move RSpec setup for Capybara to its own support fileRobert Speicher