Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

slowtestreporter

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slowtestreporter

A small python package for reporting slow tests.

  • 0.0.6
  • PyPI
  • Socket score

Maintainers
1

Slow Test Reporter

Slow Test Reporter reads JUnit test result files and reports any slow running tests.

Installation

pip install slowtestreporter

Usage

$ slowtestreporter --help
usage: slowtestreporter [-h] [-t THRESHOLD] [-o OUTPUT_FILENAME] [-s] path

Reports slow tests based on the junit test input.

positional arguments:
  path                  Junit file path

optional arguments:
  -h, --help            show this help message and exit
  -t THRESHOLD, --threshold THRESHOLD
                        A float value threshold (in seconds) of when a test should fail when it exceeds this value
  -o OUTPUT_FILENAME, --output-filename OUTPUT_FILENAME
                        Filename of the generated junit results without any extensions. The file will be generated with a .xml extension.
  -s, --silent          Suppresses output to display

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc