{"id":16284109,"url":"https://github.com/ruslansagitov/jasmine-loud","last_synced_at":"2026-02-03T08:06:43.233Z","repository":{"id":3177366,"uuid":"48651882","full_name":"ruslansagitov/jasmine-loud","owner":"ruslansagitov","description":"Jasmine matchers for Loud, web accessibility testing helper","archived":false,"fork":false,"pushed_at":"2025-01-01T09:32:13.000Z","size":239,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-08T07:12:56.491Z","etag":null,"topics":["accessibility","jasmine-matchers","testing"],"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/ruslansagitov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2015-12-27T16:24:19.000Z","updated_at":"2025-01-01T09:28:11.000Z","dependencies_parsed_at":"2024-10-27T21:42:10.945Z","dependency_job_id":"c251048a-e7e9-48c0-943f-3876cf2fab2f","html_url":"https://github.com/ruslansagitov/jasmine-loud","commit_stats":{"total_commits":63,"total_committers":1,"mean_commits":63.0,"dds":0.0,"last_synced_commit":"1ef2c1d7ac036e35d15df9d35a09347f287bee67"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslansagitov%2Fjasmine-loud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslansagitov%2Fjasmine-loud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslansagitov%2Fjasmine-loud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslansagitov%2Fjasmine-loud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruslansagitov","download_url":"https://codeload.github.com/ruslansagitov/jasmine-loud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250318466,"owners_count":21410942,"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":["accessibility","jasmine-matchers","testing"],"created_at":"2024-10-10T19:18:21.412Z","updated_at":"2026-02-03T08:06:43.222Z","avatar_url":"https://github.com/ruslansagitov.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jasmine-loud [![Build Status](https://github.com/ruslansagitov/jasmine-loud/actions/workflows/test.yaml/badge.svg)](https://github.com/ruslansagitov/jasmine-loud/actions/workflows/test.yaml) [![Coverage Status](https://coveralls.io/repos/ruslansagitov/jasmine-loud/badge.svg)](https://coveralls.io/r/ruslansagitov/jasmine-loud)\n\n[Jasmine][] matchers for [Loud][], web accessibility testing helper\n\n## Getting Started\n\nGet a release tarball, or clone the repository, or use [npm][],\nor [bower][]:\n\n```\nbower install jasmine-loud --save-dev\n```\n\nAdd `./lib/jasmine-loud.js` to a testing page:\n\n```html\n\u003cscript src=\"/path/to/jasmine-loud/lib/jasmine-loud.js\"\u003e\u003c/script\u003e\n```\n\n## Jasmine Matchers\n\n### toBeSaid()\n\n```js\ndescribe('jasmine-loud', function() {\n    beforeEach(function() {\n        this.button = document.createElement('button');\n        this.button.innerHTML = 'Join';\n        document.body.appendChild(this.button);\n    });\n\n    afterEach(function() {\n        document.body.removeChild(this.button);\n    });\n\n    it('works', function() {\n        expect(this.button).toBeSaid(['Join', 'button']);\n    });\n});\n```\n\n [Jasmine]: \u003chttp://jasmine.github.io/\u003e \"Jasmine — Behavior-Driven JavaScript\"\n [Loud]: \u003chttps://github.com/ruslansagitov/loud\u003e \"Loud — Web accessibility testing helper\"\n [npm]: \u003chttps://github.com/npm/npm\u003e \"npm — A package manager for JavaScript\"\n [bower]: \u003chttps://github.com/bower/bower\u003e \"Bower — A package manager for the web\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruslansagitov%2Fjasmine-loud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruslansagitov%2Fjasmine-loud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruslansagitov%2Fjasmine-loud/lists"}