{"id":22354021,"url":"https://github.com/movableink/testem-line-reporter","last_synced_at":"2025-03-26T12:28:29.775Z","repository":{"id":142003986,"uuid":"124173443","full_name":"movableink/testem-line-reporter","owner":"movableink","description":"Reports one test per line, with colors","archived":false,"fork":false,"pushed_at":"2018-03-07T03:29:28.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-18T14:52:00.142Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/movableink.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-07T03:27:51.000Z","updated_at":"2018-03-07T03:28:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd8f3ae6-2ea8-43e5-9a8d-1373fe2d40bb","html_url":"https://github.com/movableink/testem-line-reporter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Ftestem-line-reporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Ftestem-line-reporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Ftestem-line-reporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Ftestem-line-reporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/movableink","download_url":"https://codeload.github.com/movableink/testem-line-reporter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245652991,"owners_count":20650611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-04T13:10:53.403Z","updated_at":"2025-03-26T12:28:29.742Z","avatar_url":"https://github.com/movableink.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Testem Failure Dot Reporter\n\nReport just the interesting part of a test run: the failures and the dots.\n\n## Installation\n\n    npm install testem-failure-dot-reporter\n\n## Usage\n\nCreate a `testem.js` config file that sets reporter to `testem-failure-dot-reporter`:\n\n````\nvar FailureDotReporter = require('testem-failure-dot-reporter');\nvar reporter = new FailureDotReporter();\n\nmodule.exports = {\n  \"framework\": \"qunit\",\n  \"test_page\": \"tests/index.html?hidepassed\u0026coverage\",\n  \"disable_watching\": true,\n  \"launch_in_ci\": [\n    \"PhantomJS\"\n  ],\n  \"reporter\": reporter\n};\n````\n\nRun tests in an Ember CLI project, reporting only failures:\n\n    ember test --config-file ~/work/project/testem.js\n\n`bin/run-tests.js` is a sample script that uses\n[sane](https://www.npmjs.com/package/sane) to watch the filesystem,\nrun tests on changes, parse the [blanket.js](http://blanketjs.org/) coverage\nreport, and output test coverage changes.\n\n    node_modules/testem-failure-dot-reporter/bin/run-tests.js\n\n## Notes\n\nThis currently doesn't work with `ember test --module some-module` because Ember CLI\nrewrites the `testem.json` file to accomplish this, and doesn't support the\n`testem.js` file.\n\nSee [Ember CLI config rewriting](https://github.com/ember-cli/ember-cli/blob/f4844e674d35a3651693954fc9baf0dbb03cc22f/lib/commands/test.js#L51)\nand [testem.js parsing](https://github.com/airportyh/testem/blob/aa6e9767ca81ae031095779c733882ba42184f42/lib/config.js#L86).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmovableink%2Ftestem-line-reporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmovableink%2Ftestem-line-reporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmovableink%2Ftestem-line-reporter/lists"}