Skip to content

creativemarket/dbt-junitxml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbt-junitxml

Convert your dbt test results into jUnit XML format so that CI/CD platforms (such as Jenkins, CircleCI, etc.) can better report on tests in their UI.

Installation

pip install dbt-junitxml

Usage

When you run your dbt test suite, the output is saved under target/run_results.json. Run the following command to parse your run results and output a jUnit XML formatted report named report.xml.

dbt-junitxml parse target/run_results.json report.xml

Notes

Currently, v4 and v5 of the Run Results specifications are both supported.

About

Convert your dbt test results into jUnit XML.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.5%
  • Makefile 8.5%