{"id":20522746,"url":"https://github.com/testxio/testx-ictu-reporter","last_synced_at":"2026-04-20T14:36:07.639Z","repository":{"id":85552789,"uuid":"42807464","full_name":"testxio/testx-ictu-reporter","owner":"testxio","description":null,"archived":false,"fork":false,"pushed_at":"2016-02-05T09:47:04.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-07T19:56:31.218Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/testxio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-20T09:24:57.000Z","updated_at":"2016-01-13T16:49:39.000Z","dependencies_parsed_at":"2023-03-03T15:15:27.787Z","dependency_job_id":null,"html_url":"https://github.com/testxio/testx-ictu-reporter","commit_stats":null,"previous_names":["greyarch/testx-ictu-reporter"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/testxio/testx-ictu-reporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testxio%2Ftestx-ictu-reporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testxio%2Ftestx-ictu-reporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testxio%2Ftestx-ictu-reporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testxio%2Ftestx-ictu-reporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testxio","download_url":"https://codeload.github.com/testxio/testx-ictu-reporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testxio%2Ftestx-ictu-reporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32050992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-15T22:36:40.372Z","updated_at":"2026-04-20T14:36:07.601Z","avatar_url":"https://github.com/testxio.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"testx-ictu-reporter\n=====\n\nSimple test results reporter for ICTU quality system.\n\n## Usage\n\n### To add Jasmine reports to your test run\n```\n  reporter = require 'testx-ictu-reporter'\n  reporter.addJasmineReporters\n    junit: # set to false to omit this reporter\n      dir: 'results/junit' # defaults to 'testresults/junit'\n      file: 'junit-' # defaults to 'junit'\n    html:  # set to false to omit this reporter\n      dir: 'testresults/html' # defaults to 'testresults/html'\n    spec:  # set to false to omit this reporter\n      displayStacktrace: false # defaults to false\n\n```\n\nYou can have all reports installed with their default values if you omit the corresponding options attribute. This means that if you just invoke *addJasmineReporters* without an argument all reporters will be added with their default values.\n\nIf you do not want to add certain reporter simply set the corresponding option attribute to *false*. For example if you do not want to use the HTML reporter do\n```\n  reporter.addJasmineReporters\n    html: false\n```\n\nFor further details on configuring your reporters please take a look at [testx-jasmine-reporters](https://github.com/testxio/testx-jasmine-reporters).\n\n### To send results to your test results collection service\n```\n  reporter = require 'testx-ictu-reporter'\n  reporter.sendResults 'http://path.to.trr.service', 'path/to/testresults.xml',\n    appName: '[APP_NAME]'\n    appVersion: '[APP_VERSION]'\n    testDesc: '[TEST_DESCRIPTION]'\n    testUser: '[TEST_USER]'\n    testVersion: '[TEST_VERSION]'\n    testTarget: '[TEST_TARGET]'\n    testPlatform: '[TEST_PLATFORM]'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestxio%2Ftestx-ictu-reporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftestxio%2Ftestx-ictu-reporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestxio%2Ftestx-ictu-reporter/lists"}