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

vedro-xunit-reporter

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vedro-xunit-reporter

xUnit format reporter for Vedro testing framework

  • 0.1.2
  • PyPI
  • Socket score

Maintainers
1

Vedro xUnit Reporter

vedro-xunit-reporter is a plugin for the Vedro testing framework that generates test reports in the xUnit XML format. This plugin allows you to easily integrate your Vedro tests with various Continuous Integration (CI) systems and tools that support xUnit report format.

Installation

To install vedro-xunit-reporter, you can use the vedro plugin install command:

$ vedro plugin install vedro-xunit-reporter

Ensure you have Vedro already installed in your environment. If not, you can install it using pip:

$ pip install vedro

Usage

To generate an xUnit report, run your Vedro tests with the -r (reporter) option, specifying xunit as the reporter:

$ vedro run -r rich xunit

This command will execute your tests and generate an xUnit report. By default, the report is saved to ./xunit_report.xml in your project directory.

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