aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/system_testing
Commit message (Expand)AuthorAgeFilesLines
* Fix broken driver testyuuji.yaginuma2019-06-061-2/+2
* Permit running jobs in system testsGeorge Claghorn2019-05-161-37/+0
* truncate screenshot filenames to avoid errorJosi McClellan2019-04-181-0/+8
* Add `require "selenium/webdriver"` to all using `DrivenBySeleniumWith*` classesRyuta Kamizono2019-01-301-0/+1
* selenium-webdriver is not always required for system testingRyuta Kamizono2019-01-301-0/+1
* Fix system testing failureRyuta Kamizono2019-01-301-0/+2
* Implement a way to add browser capabilities:Edouard CHIN2019-01-291-0/+67
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-11/+9
* Partially revert 0bfdd1dyuuji.yaginuma2018-04-071-1/+5
* Fix broken `ServerTest` with Capybara 3.0.0yuuji.yaginuma2018-04-061-5/+1
* Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-031-1/+1
* Uses the absolute path for system test screenshotsZamith2018-02-271-5/+5
* Move browser checking to its own classAshley Ellis Pierce2018-01-151-3/+4
* Change the system tests to set Puma as default server only when the user have...Guillermo Iguaran2017-12-091-1/+18
* Add headless firefox driver to System Testsbogdanvlviv2017-12-072-0/+14
* Make screenshots default to "simple" formateileencodes2017-11-291-0/+7
* Add headless chrome driver to System Testsyuuji.yaginuma2017-10-172-0/+14
* Exception message for SystemTestCase#get etc..yalab2017-10-081-5/+10
* Use the default Capybara registered puma server configurationThomas Walpole2017-09-181-4/+0
* Retrive screenshot in relative path of current directoryyuuji.yaginuma2017-08-271-8/+24
* Fix `can't modify frozen String` error in `display_image`yuuji.yaginuma2017-08-261-0/+15
* Use frozen string literal in actionpack/Kir Shatrov2017-07-294-0/+8
* Don't call register on custom driverseileencodes2017-07-081-2/+2
* SystemTestCase undef some IntegrationTest methods because it's confused to use.yalab2017-07-011-0/+32
* SystemTesting::Driver can register capybara-webkit and poltergeistMario Alberto Chávez2017-06-021-2/+16
* Set `Capybara.app_host` through `host!`Fumiaki MATSUSHIMA2017-04-021-0/+12
* Make `driven_by` overridableFumiaki MATSUSHIMA2017-03-291-0/+8
* Pass options to `driven_by`Fumiaki MATSUSHIMA2017-03-131-1/+2
* Call system test driver per-instance rather than globallyeileencodes2017-03-093-31/+15
* Refactor system test driver/browsereileencodes2017-03-093-16/+11
* Do not take screenshot if driver does not support screenshotyuuji.yaginuma2017-03-041-0/+25
* Change `SystemTestCase.driven_by` to use `setup`/`teardown` hooksLucas Mazza2017-02-241-12/+14
* Do not take screenshot when test skippedyuuji.yaginuma2017-02-231-0/+10
* Fix default host in setup, move teardown to helper fileeileencodes2017-02-201-1/+8
* Fix screenshot helper to provide correct file nameeileencodes2017-02-201-1/+9
* Move and rename system testseileencodes2017-02-205-0/+60