{"id":26415171,"url":"https://github.com/rafalsep/testcafe-accessibility","last_synced_at":"2025-08-29T16:24:05.687Z","repository":{"id":61989763,"uuid":"556845986","full_name":"rafalsep/testcafe-accessibility","owner":"rafalsep","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-24T19:39:47.000Z","size":345,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-14T18:28:23.530Z","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/rafalsep.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}},"created_at":"2022-10-24T16:14:58.000Z","updated_at":"2022-10-24T19:34:38.000Z","dependencies_parsed_at":"2022-10-24T20:15:13.046Z","dependency_job_id":null,"html_url":"https://github.com/rafalsep/testcafe-accessibility","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rafalsep/testcafe-accessibility","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafalsep%2Ftestcafe-accessibility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafalsep%2Ftestcafe-accessibility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafalsep%2Ftestcafe-accessibility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafalsep%2Ftestcafe-accessibility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafalsep","download_url":"https://codeload.github.com/rafalsep/testcafe-accessibility/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafalsep%2Ftestcafe-accessibility/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272718580,"owners_count":24981492,"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","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-03-18T00:17:44.317Z","updated_at":"2025-08-29T16:24:05.661Z","avatar_url":"https://github.com/rafalsep.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Testcafe accessibility\n###### Small lib that can be used to run accessibility for testcafe using axe and generate html report with screenshot\n\n[![Build Status](https://travis-ci.org/rafalsep/testcafe-accessibility.svg)](https://travis-ci.org/rafalsep/testcafe-accessibility)\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.github.com/rafalsep/testcafe-accessibility/master/media/content.png\" alt=\"content\" /\u003e\n\u003c/p\u003e\n\n## Features\n\n- uses axe as underlying accessibility engine\n- can be used to generate report for each url separately due to ${MODULE} in the test name\n- will automatically take a screenshot after running the accessibility test and link it to the accessibility test\n- supports quarantine mode and parallel test execution\n\n## Install\n\n```\nnpm install testcafe-accessibility\n```\n\n## Configuration\n\nOnce installed add `accessibility` configuration in `.testcaferc.js` file\n\n```js\nmodule.exports = {\n  // some other config\n  accessibility: {\n    path: 'tmp',\n    pathPattern: '${DATE}/${FIXTURE}/accessibility/[${TEST}]_[${MODULE}]_${TIME}_${QUARANTINE_ATTEMPT}.html',\n  },\n};\n```\n\n| Required | Argument                  | Description                                                                                                                                                                                                                                                   | Example              |\n| -------- |---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -------------------- |\n| Yes      | accessibility.path        | The base directory where accessibility reports will be saved                                                                                                                                                                                                  | tmp                  |\n| Yes      | accessibility.pathPattern | A pattern that defines how TestCafe composes the relative path to a accessibility file. See [Screenshot and Video Directories](https://testcafe.io/documentation/402840/guides/advanced-guides/screenshots-and-videos#screenshot-and-video-directories).      | ${DATE}/${TEST}.json |\n\n## Examples\n\nSee working examples in examples folder\n\n## Author\n\nRafal Szczepankiewicz\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafalsep%2Ftestcafe-accessibility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafalsep%2Ftestcafe-accessibility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafalsep%2Ftestcafe-accessibility/lists"}