JamieMason / JamieMason/karma-benchmark
Fix warning "Adapter did not report total number of specs"
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 90
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
When running karma-benchmark, the following appears in the output.
```
17 03 2017 12:00:10.717:WARN [PhantomJS 2.1.1 (Mac OS X 0.0.0)]: Adapter did not report total number of specs.
```
An example of how to do this can be seen in [karma-qunit](https://github.com/karma-runner/karma-qunit/commit/45d75e39f78180149a83ffb76b2b1f1ed8da9276#diff-e52a9a67956bd51d044af4058fb939ce).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing karma-benchmark's adapter behavior with the linked karma-qunit commit, focusing on how the adapter reports the total number of specs. Reproduce the warning from the issue and verify it no longer appears when running karma-benchmark across the documented browser setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs, typescript
- Domain
- performance, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100