0.0.4 • Published 2 years ago

angular-unit-test-runner v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Angular Unit Test Runner

This will be a test runner for angular projects. It will provide the possibilities to run unit test on a single project or on all projects (applications and libraries) of the current solution.

Install the test runner

npm i --save-dev angular-unit-test-runner

Register a script in the package.json

{
  "scripts": {
    "test-runner": "aut-runner"
  }
}

At the moment, this package does not much more as

ng test

Next steps will be

  • Configurations
  • Html to file reporter, which save test report under the project name
  • Statistic reporter, which provides test result for all projects and a summery in various formats (json, xml, log table)