Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Tracks cucumber timing and displays results in a single html page with outliers highlighted in a table sortable by various metrics.
Add gem 'cucumber_statistics'
to your Gemfile
Or gem install 'cucumber_statistics
For always-on automatic loading (recommended), add require 'cucumber_statistics/autoload'
to features/support/env.rb
or other support file.
Or, add it to your cucumber.yml
by adding --format CucumberStatistics::Formatter
i.e.
std_opts = "-r features/support/ -r features/step_definitions --quiet --format CucumberStatistics::Formatter --format progress --format junit -o test-reports --strict --tags ~@wip --tags ~@todo"
Or, use it via command line with the --format CucumberStatistics::Formatter
option.
Look in the ./target/cucumber_statistics
for the generated html document.
It should be fast and easy to find long running steps. This generates a bootstrap styled page with a sortable table, where the outliers are clearly identified. It should be fast and easy to diagnose problems.
Please contribute!
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)Credit to Ryan Boucher cucumber_timing_presenter for the original code used to gather statistics.
Copyright (c) 2014 AlienFast. See LICENSE.txt for further details.
FAQs
Unknown package
We found that cucumber_statistics 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.