Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
vedro-xunit-reporter
Advanced tools
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.
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
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
xUnit format reporter for Vedro testing framework
We found that vedro-xunit-reporter demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.