{"id":20292970,"url":"https://github.com/gemini-testing/testplane-test-filter","last_synced_at":"2025-07-04T18:42:25.293Z","repository":{"id":32812846,"uuid":"143028438","full_name":"gemini-testing/testplane-test-filter","owner":"gemini-testing","description":"Testplane plugin to filter tests specified in JSON-file.","archived":false,"fork":false,"pushed_at":"2024-04-08T14:16:32.000Z","size":142,"stargazers_count":2,"open_issues_count":2,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-25T07:51:11.741Z","etag":null,"topics":["testplane-plugin"],"latest_commit_sha":null,"homepage":"","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/gemini-testing.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}},"created_at":"2018-07-31T14:50:08.000Z","updated_at":"2024-05-17T12:55:55.000Z","dependencies_parsed_at":"2024-04-08T15:09:35.008Z","dependency_job_id":"ba8ca505-cfd5-4d56-9fa4-17dfbefdfcab","html_url":"https://github.com/gemini-testing/testplane-test-filter","commit_stats":null,"previous_names":["gemini-testing/hermione-test-filter"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Ftestplane-test-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Ftestplane-test-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Ftestplane-test-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-testing%2Ftestplane-test-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gemini-testing","download_url":"https://codeload.github.com/gemini-testing/testplane-test-filter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248199247,"owners_count":21063641,"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":["testplane-plugin"],"created_at":"2024-11-14T15:20:16.583Z","updated_at":"2025-07-04T18:42:25.280Z","avatar_url":"https://github.com/gemini-testing.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @testplane/test-filter\n\nPlugin for [Testplane](https://github.com/gemini-testing/testplane) to filter tests specified in `json`-file.\n\n## Install\n\n```bash\nnpm install @testplane/test-filter\n```\n\n## Configuration\n* `enabled` **[Boolean]** (optional, `false` by default) - enable/disable the plugin.\n* `inputFile` **[String]** (optional, `testplane-filter.json` by default) - path to file with tests to run.\n\n## Usage\n* Require plugin in your testplane config file:\n```js\nplugins: {\n    '@testplane/test-filter': {\n        enabled: true,\n        inputFile: 'some/file.json'\n    }\n}\n```\n* Input file format:\n```json\n[\n    {\n        \"fullTitle\": \"full test title\",\n        \"browserId\": \"browser-id\"\n    },\n    {\n        \"suiteTitle\": \"suite title (describe block)\",\n        \"browserId\": \"browser-id\"\n    },\n    {\n        \"title\": \"test title (it block)\",\n        \"browserId\": \"browser-id\"\n    }\n]\n```\n\nIf multiple fields (`fullTitle`, `suiteTitle`, `title`) are specified for a single entry, `fullTitle` takes precedence, then `suiteTitle`, then `title`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemini-testing%2Ftestplane-test-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgemini-testing%2Ftestplane-test-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemini-testing%2Ftestplane-test-filter/lists"}