{"id":18270719,"url":"https://github.com/ruslanxdev/hermione-test-sequencer","last_synced_at":"2025-04-09T03:17:06.624Z","repository":{"id":143848830,"uuid":"171866822","full_name":"ruslanxdev/hermione-test-sequencer","owner":"ruslanxdev","description":"Hermione plugin for running tests in the specified order in one session.","archived":false,"fork":false,"pushed_at":"2019-02-26T10:40:12.000Z","size":159,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T21:35:39.702Z","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/ruslanxdev.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,"publiccode":null,"codemeta":null}},"created_at":"2019-02-21T12:21:11.000Z","updated_at":"2019-02-26T10:40:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"85163bb2-0a93-4f9d-98c1-5afb3e8b044b","html_url":"https://github.com/ruslanxdev/hermione-test-sequencer","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanxdev%2Fhermione-test-sequencer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanxdev%2Fhermione-test-sequencer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanxdev%2Fhermione-test-sequencer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanxdev%2Fhermione-test-sequencer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruslanxdev","download_url":"https://codeload.github.com/ruslanxdev/hermione-test-sequencer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247968379,"owners_count":21025823,"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-11-05T11:38:49.570Z","updated_at":"2025-04-09T03:17:06.611Z","avatar_url":"https://github.com/ruslanxdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hermione-test-sequencer\n\n[Hermione](https://github.com/gemini-testing/hermione) plugin for running tests in the specified order in one session. Inspired [hermione-test-filter](https://github.com/gemini-testing/hermione-test-filter).\n\n## Install\n\n```\nnpm i -D hermione-test-sequencer\n```\n\n## Usage\n\nSet options for the plugin in your hermione config:\n\n```js\nplugins: {\n    'hermione-test-sequencer': {\n        enabled: false,\n        filterTests: true,\n        inputFile: 'some/file.json'\n    }\n}\n```\n\nInput file format:\n\n```json\n[\n    { \"fullTitle\": \"some-title\" },\n    { \"fullTitle\": \"some-title-2\", \"browserId\": \"some-browser\" },\n    { \"fullTitle\": \"some-title-2\", \"browserId\": \"some-browser-2\" }\n]\n```\n\nRun hermione with cli option (if `enabled: false`):\n\n```\nnpx hermione --seq\n```\n\n## Options\n\n| Option | Type | Default | Description |\n| --- | --- | --- | --- |\n| `enabled` | `[Boolean]` | `false` | Enable/disable the plugin. |\n| `filterTests` | `[Boolean]` | `true` | Filter and disable other tests. |\n| `inputFile` | `[String]` | `hermione-sequencer.json` | Path to file with tests to run. |\n\n\n## Licence\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruslanxdev%2Fhermione-test-sequencer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruslanxdev%2Fhermione-test-sequencer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruslanxdev%2Fhermione-test-sequencer/lists"}