mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #35173 from betterzega/master
Update terminal-to-html inline images url in ScreenshotHelper documentation
This commit is contained in:
commit
f16a397a3b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ module ActionDispatch
|
|||
# * [+inline+] Display the screenshot in the terminal using the
|
||||
# iTerm image protocol (https://iterm2.com/documentation-images.html).
|
||||
# * [+artifact+] Display the screenshot in the terminal, using the terminal
|
||||
# artifact format (https://buildkite.github.io/terminal/inline-images/).
|
||||
# artifact format (https://buildkite.github.io/terminal-to-html/inline-images/).
|
||||
def take_screenshot
|
||||
save_image
|
||||
puts display_image
|
||||
|
|
Loading…
Reference in a new issue