test-reporter/__tests__/__outputs__/rspec-json.md
Michael Marcus 0841c8130e Feature: Add summary title
Add new option `report-title` to add H1 title to the Markdown report

Resolves #540
2025-05-17 13:36:23 +02:00

1.2 KiB

Test Results

Tests failed

Report Passed Failed Skipped Time
fixtures/rspec-json.json 1 1 1 0ms

 fixtures/rspec-json.json

3 tests were completed in 0ms with 1 passed, 1 failed and 1 skipped.

Test suite Passed Failed Skipped Time
./spec/config/check_env_vars_spec.rb 1 1 1 0ms

 ./spec/config/check_env_vars_spec.rb

CheckEnvVars#call when all env vars are defined behaves like success load
  ❌ CheckEnvVars#call when all env vars are defined behaves like success load fails in assertion
	(#ActiveSupport::BroadcastLogger:0x00007f1007fedf58).debug("All config env vars exist")
	    expected: 0 times with arguments: ("All config env vars exist")
	    received: 1 time with arguments: ("All config env vars exist")
  ✅ CheckEnvVars#call when all env vars are defined behaves like success load logs success message
  ⚪ CheckEnvVars#call when all env vars are defined behaves like success load skips the test