
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
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.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.