Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@yni6 yni6 released this 08 Nov 02:51
· 41 commits to master since this release
  • Supports running tests (classes) concurrently.
  • Supports configuring test suites, test reporters and concurrent tests in a single dict/yaml config.
  • Improved HtmlReporter and XUnitReporter classes to be thread-safe.
  • Allows user to generate reports with their own report templates.
  • Allows user to filter loaded test cases by setting method name prefix in the test config.
  • Bug fixes.
  • Improved documentation.