Skip to content

FrankSzendzielarz/testreport_template

 
 

Repository files navigation

Testcase reporter

This is a HTML onepage-app for viewing test-results from the Hive-based Ethereum consensus-tests.

Usage

This app expects certain files to be present, generated by hive, according to this directory structure:

  • listing.json
    • Contains info about the hive json files
    • Should be updated when new files are added
  • Reports
    • Can reside in root or in their own directory, as long as listing.json points to the right place
  • Logs
    • Should reside alongside the json reports.

Example structure

wwwroot
	- /listing.json
	- /report1.json
	- /report1/[go-ethereum:master]/output.log
	- /report1/[go-ethereum:master]/simulator.log
	- /report1/[go-ethereum:master]/client-4e91c48e.log
	- /report1/[go-ethereum:master]/client-8e312416.log	
	- /report2.json
	- /report2/[cpp-ethereum:develop]/output.log
	- /report2/[cpp-ethereum:develop]/simulator.log
	- /report2/[cpp-ethereum:develop]/client-4123f15f.log
	- /report2/[cpp-ethereum:develop]/client-12391912.log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 79.6%
  • Python 20.4%