Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

google/rich-test-results

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

The Rich Test Results project aims to represent most of the data that can be produced by static and dynamic program analysis. This includes static analysis tools, compilers, and various flavors of automated tests, including browser and mobile tests.

Since this format will start out without adoption, we must interoperate with existing formats. The xUnit XML format originally created by the Ant JUnit task is the de-facto industry standard today, so we provide a robust parser for it. We intend to add more parsers as we determine that other formats merit support.

Want to integrate your tools? See our documentation.

If you're a developer and want to contribute, first read our contributor doc. Ready to start coding? Read developing rich-test-results.