fluentd-ui/test/application_system_test_case.rb
Kenji Okimoto b01ad26c8a Add system test using JavaScript
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-31 09:16:30 +09:00

7 lines
193 B
Ruby

require "test_helper"
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium, using: :headless_chrome, screen_size: [1920, 1080]
# TODO enable screenshot
end