aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/system_testing
Commit message (Expand)AuthorAgeFilesLines
* 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