aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/system_testing
Commit message (Expand)AuthorAgeFilesLines
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-011-2/+2
* Merge pull request #36545 from tomfakes/screenshot-updatesRafael Mendonça França2019-07-271-6/+46
|\
| * Add code to save the HTML of the page being screenshotted during the `take_sc...Tom Fakes2019-06-251-6/+46
* | Stop setting a default Capybara app hostGeorge Claghorn2019-07-241-7/+4
* | Fix Browser#preload for older SeleniumJohn Hawthorn2019-07-041-2/+12
* | Preload browser driver_path for system testingJohn Hawthorn2019-07-032-0/+15
|/
* Permit running jobs in system testsGeorge Claghorn2019-05-162-27/+0
* Make system tests take failed screenshots in `before_teardown` hookRichard Macklin2019-04-201-5/+7
* truncate screenshot filenames to avoid errorJosi McClellan2019-04-181-1/+2
* Update terminal-to-html inline images url in ScreenshotHelperbetterzega2019-02-051-1/+1
* selenium-webdriver is not always required for system testingRyuta Kamizono2019-01-301-4/+2
* Fix system testing failureRyuta Kamizono2019-01-301-8/+11
* Rename methods and update docsEileen Uchitelle2019-01-292-11/+11
* driver_option -> driver_optionsEdouard CHIN2019-01-292-7/+7
* Implement a way to add browser capabilities:Edouard CHIN2019-01-292-8/+22
* Reset sessions on failed system test screenshotMaxim Perepelitsa2018-11-131-2/+5
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Use strict_encode64 instead of gsub newline for ScreenshotHelperBart de Water2018-04-231-1/+1
* Only disable headless chrome gpu on WindowsStefan Wrobel2018-04-071-1/+1
* Fix system tests transactions not closed between examplesSergey Tarasov2018-03-191-0/+1
* Uses the absolute path for system test screenshotsZamith2018-02-271-1/+1
* Move browser checking to its own classAshley Ellis Pierce2018-01-152-26/+52
* Change the system tests to set Puma as default server only when the user have...Guillermo Iguaran2017-12-091-1/+1
* Add headless firefox driver to System Testsbogdanvlviv2017-12-071-1/+12
* Make screenshots default to "simple" formateileencodes2017-11-291-10/+6
* Explicitly pass window handle to `resize_window_to`yuuji.yaginuma2017-11-061-1/+1
* Fix Capybara::Webkit::Driver#resize_window deprecation warningNihad Abbasov2017-11-041-1/+1
* Puma Rack handler is required by CapybaraGuillermo Iguaran2017-10-281-2/+0
* Add headless chrome driver to System Testsyuuji.yaginuma2017-10-171-1/+17
* Exception message for SystemTestCase#get etc..yalab2017-10-081-1/+1
* Use the default Capybara registered puma server configurationThomas Walpole2017-09-181-13/+1
* Retrive screenshot in relative path of current directoryyuuji.yaginuma2017-08-271-5/+9
* Fix `can't modify frozen String` error in `display_image`yuuji.yaginuma2017-08-261-1/+1
* Update links to use https link instead of http [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
* Use ssl in guide and comment [ci skip]Yoshiyuki Hirano2017-08-191-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-295-0/+10
* Don't call register on custom driverseileencodes2017-07-081-3/+3
* SystemTestCase undef some IntegrationTest methods because it's confused to use.yalab2017-07-011-0/+24
* Add an option to silence puma in system tests.Sam Phippen2017-06-241-1/+12
* SystemTesting::Driver can register capybara-webkit and poltergeistMario Alberto Chávez2017-06-021-5/+24
* Set `Capybara.app_host` through `host!`Fumiaki MATSUSHIMA2017-04-021-1/+6
* Merge pull request #28394 from shime/docs-action-dispatchXavier Noria2017-03-221-1/+1
|\
| * [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-1/+1
* | Merge pull request #28341 from mtsmfm/pass-options-to-driven-byRafael França2017-03-171-1/+2
|\ \
| * | Pass options to `driven_by`Fumiaki MATSUSHIMA2017-03-131-1/+2
| |/
* / Dont always display inline screenshots in system testing (#28133)Renaud Chaput2017-03-111-5/+34
|/
* Call system test driver per-instance rather than globallyeileencodes2017-03-092-6/+1
* Refactor system test driver/browsereileencodes2017-03-092-30/+23
* Do not take screenshot if driver does not support screenshotyuuji.yaginuma2017-03-041-1/+5
* Fix random failure on system test with ajaxFumiaki MATSUSHIMA2017-03-031-1/+1