aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Add code to save the HTML of the page being screenshotted during the `take_sc...Tom Fakes2019-06-251-6/+46
* truncate screenshot filenames to avoid errorJosi McClellan2019-04-181-1/+2
* Update terminal-to-html inline images url in ScreenshotHelperbetterzega2019-02-051-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Use strict_encode64 instead of gsub newline for ScreenshotHelperBart de Water2018-04-231-1/+1
* Uses the absolute path for system test screenshotsZamith2018-02-271-1/+1
* Make screenshots default to "simple" formateileencodes2017-11-291-10/+6
* 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-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* 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
* 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 screenshot helper to provide correct file nameeileencodes2017-02-201-2/+6
* Move and rename system testseileencodes2017-02-201-0/+53