Open thromera opened 4 years ago
@renderedtext Please consider this issue.
Of note for future searchers of the web: there is a way to disable this on any systemd-compatible environment:
mkdir -p $HOME/.local/bin
touch $HOME/.local/bin/http && chmod +x $HOME/.local/bin/http
I was exploring the codebase of this gem, and I noticed the module
InsightsUploader
, which uploads a report file to https://semaphoreci.com. (https://github.com/renderedtext/test-boosters/blob/master/lib/test_boosters/insights_uploader.rb#L20 )If we focus only on the RSpec generated reports, the formatter adds all text contained in the "examples", AND the comments below the examples. Example:
reports
Reporting might be fine, as long as: