mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-10 00:07:08 +02:00
7 lines
193 B
Ruby
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
|