0.4.0 • Published 3 years ago

ember-test-audit v0.4.0

Weekly downloads
137
License
MIT
Repository
-
Last release
3 years ago

Ember Test Avg

Once upon a time I wanted more insight into how long my tests were taking.

Usage

npx ember-test-audit <iterations: 1> <filter: ''>

JSON output

npx ember-test-audit --json

This will generate a high-level JSON report with test counts and duration in milliseconds:

{
  "passes": 64,
  "failures": 0,
  "flaky": 0,
  "duration": 10016
}

Report output path

You can choose where the report will be generated, otherwise the default is test-timings-[timestamp].

npx ember-test-audit --output report.txt

:warning: Alpha software

This worked for my test suite, but it hasn't exactly been battle-hardened yet.

0.4.0

3 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

5 years ago