{"id":22289429,"url":"https://github.com/tf/jasmine_tags","last_synced_at":"2025-03-25T21:22:59.576Z","repository":{"id":66564353,"uuid":"2270362","full_name":"tf/jasmine_tags","owner":"tf","description":"Not maintained - Run subsets of your Jasmine specs by annotating them with tags.","archived":false,"fork":false,"pushed_at":"2015-07-30T16:24:51.000Z","size":144,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T18:43:33.694Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/tf.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":"2011-08-25T20:23:03.000Z","updated_at":"2015-07-30T16:21:13.000Z","dependencies_parsed_at":"2023-02-28T18:03:16.954Z","dependency_job_id":null,"html_url":"https://github.com/tf/jasmine_tags","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/tf%2Fjasmine_tags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tf%2Fjasmine_tags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tf%2Fjasmine_tags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tf%2Fjasmine_tags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tf","download_url":"https://codeload.github.com/tf/jasmine_tags/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245543873,"owners_count":20632733,"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-03T17:09:08.448Z","updated_at":"2025-03-25T21:22:59.555Z","avatar_url":"https://github.com/tf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jasmine Tags\n\n**STATUS: Not maintained**\n\n---\n\nA simple hack on top of [Jasmine](https://github.com/pivotal/jasmine)\nto add tag annotations to specs and run subsets of all specs.\n\n### Usage\n\nAnnotate `describe` and `it` blocks with tags:\n\n```javsscript\ntag('slow');\ndescribe('some heavy lifiting your might want to skip some times', function() {\n  tag('important');\n  it('is very important', function() {\n    ...\n  });\n});\n```\n\nUse multiple tags:\n\n```javsscript\ntags('focus', 'acceptance');\ndescribe('some acceptance specs you are currently working on', function() {\n  ...\n});\n```\n\nAppending a query string parameter to your test runner filters specs by tags:\n\n```\n?tags=focus        # Run only specs with tag focus\n?tags=!slow        # Run only specs which are not tagged with slow\n?tags=focus,!slow  # Run only focus specs which are not slow\n```\n\nMaybe one day there will be a glossy interface to select tags in the\nspec runner.\n\n### Installation\n\nJust link `src/jasmine_tags.js` from your jasmine spec runner.\n\n### License\n\nPlease fork and improve.\n\nCopyright (c) 2011 Tim Fischbach. This software is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftf%2Fjasmine_tags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftf%2Fjasmine_tags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftf%2Fjasmine_tags/lists"}