beacon-chain-java icon indicating copy to clipboard operation
beacon-chain-java copied to clipboard

Make test utility

Open zilm13 opened this issue 5 years ago • 0 comments

We need some handy test runner as an alternative to current ./gradlew test. What we don't like with gradle:

  • awkward output. We want to see: every passed or failed test on the screen in the end of the test run, ideally it should be colored. Plus, time next to every test.
  • it's difficult to choose only number of tests to run. Plus, we should provide github tests repo path and test names with command line interface.
  • we want to see spec version at the top of output
  • ....open for additions

zilm13 avatar May 21 '19 17:05 zilm13