This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

angular-unit-test-runner
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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)

Package Sidebar

Install

npm i angular-unit-test-runner

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

16.7 kB

Total Files

19

Last publish

Collaborators

  • marc_heidingsfelder