aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/system_testing/test_helpers
Commit message (Expand)AuthorAgeFilesLines
* Stop setting a default Capybara app hostGeorge Claghorn2019-07-241-7/+4
* 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
* 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
* 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
* Make screenshots default to "simple" formateileencodes2017-11-291-10/+6
* Exception message for SystemTestCase#get etc..yalab2017-10-081-1/+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-293-0/+6
* SystemTestCase undef some IntegrationTest methods because it's confused to use.yalab2017-07-011-0/+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
* | 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-091-1/+1
* 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
* Take failed screenshot before reset driveryuuji.yaginuma2017-02-281-1/+1
* Do not take screenshot when test skippedyuuji.yaginuma2017-02-231-2/+6
* Rename system_test_helper -> application_system_test_caseeileencodes2017-02-201-3/+3
* Fix default host in setup, move teardown to helper fileeileencodes2017-02-201-0/+20
* Fix screenshot helper to provide correct file nameeileencodes2017-02-201-2/+6
* Move and rename system testseileencodes2017-02-201-0/+53