We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0348875 commit fbe79d9Copy full SHA for fbe79d9
lib/capybara_accessibility_audit/reporter.rb
@@ -60,7 +60,7 @@ def report_to_json!(file_path)
60
61
File.write(file_path, JSON.pretty_generate(summary_data))
62
63
- puts "Accessibility audit report written to: #{file_path}"
+ puts "\n======> Accessibility audit report written to: #{file_path}"
64
end
65
66
def report!
0 commit comments