github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/tests/system/lib/test/cat_logs.rb (about)

     1  require 'minitest'
     2  
     3  module CatLogsPlugin
     4    def before_teardown
     5      super
     6      sleep 1
     7      Stack.cat_logs unless passed?
     8    end
     9  end
    10  
    11  class Minitest::Test
    12    include CatLogsPlugin
    13  end