X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7178ac911e7b160c1348da404b5aa07b9829d3c8..e7d49ab46462902a98d812b69d7257d837f85e90:/apps/workbench/test/diagnostics_test_helper.rb diff --git a/apps/workbench/test/diagnostics_test_helper.rb b/apps/workbench/test/diagnostics_test_helper.rb index 01d351a2b6..c7433bb247 100644 --- a/apps/workbench/test/diagnostics_test_helper.rb +++ b/apps/workbench/test/diagnostics_test_helper.rb @@ -5,6 +5,9 @@ require 'yaml' # When "RAILS_ENV=test" is used, tests in the "diagnostics" directory # will not be executed. +# Command to run diagnostics tests: +# RAILS_ENV=diagnostics bundle exec rake TEST=test/diagnostics/**/*.rb + class DiagnosticsTest < ActionDispatch::IntegrationTest # Prepends workbench URL to the path provided and visits that page