
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
testmetrics_minitest
Advanced tools
The official MiniTest client for Testmetrics. This client collects data about your MiniTest test suites after being run in CI and sends that data to Testmetrics so you can gain valuable insights about your test suite.
Add it to your Gemfile in the same groups as MiniTest.
group :test do
gem "minitest"
gem "testmetrics_minitest"
end
Then, right after your call to require 'minitest'
, add
require 'minitest/testmetrics'
to enable the Testmetrics reporter.
See here for a diff showing exactly what was needed to add Testmetrics to Sinatra - it's just 3 lines!
In order for the metrics to be sent to Testmetrics, you must have your
Testmetrics Project Key set in the TESTMETRICS_PROJECT_KEY
environment
variable in your CI environment. If this environment variable isn't set, the
collected metrics for your CI run will be discarded.
testmetrics_minitest
is offered under the MIT license. For the full license
text see LICENSE.
FAQs
Unknown package
We found that testmetrics_minitest demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.