0
0
Fork 0

Add JS console errors check (#28682)

This commit is contained in:
Matt Jankowski 2024-01-12 04:12:31 -05:00 committed by GitHub
parent cd37048439
commit df9e220364
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

View file

@ -3,6 +3,8 @@
if Rake::Task.task_defined?('spec:system')
namespace :spec do
task :enable_system_specs do # rubocop:disable Rails/RakeEnvironment
ENV['LOCAL_DOMAIN'] = 'localhost:3000'
ENV['LOCAL_HTTPS'] = 'false'
ENV['RUN_SYSTEM_SPECS'] = 'true'
end
end