{"id":29086765,"url":"https://github.com/poenneby/eslint-plugin-codeceptjs","last_synced_at":"2025-06-28T01:01:47.043Z","repository":{"id":14518753,"uuid":"76669255","full_name":"poenneby/eslint-plugin-codeceptjs","owner":"poenneby","description":"Eslint rules for CodeceptJS","archived":false,"fork":false,"pushed_at":"2024-07-16T20:31:18.000Z","size":104,"stargazers_count":15,"open_issues_count":6,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-28T13:11:42.080Z","etag":null,"topics":["codeceptjs","eslint","eslint-plugin-codeceptjs","eslint-rules"],"latest_commit_sha":null,"homepage":null,"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/poenneby.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-16T16:39:58.000Z","updated_at":"2023-06-03T21:32:04.000Z","dependencies_parsed_at":"2024-06-18T15:37:24.603Z","dependency_job_id":"da2be002-0298-45c1-8d9e-28c64cedaa05","html_url":"https://github.com/poenneby/eslint-plugin-codeceptjs","commit_stats":{"total_commits":48,"total_committers":13,"mean_commits":"3.6923076923076925","dds":0.5208333333333333,"last_synced_commit":"0a9014e4d1e491bad75fd507e661174566119981"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/poenneby/eslint-plugin-codeceptjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poenneby%2Feslint-plugin-codeceptjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poenneby%2Feslint-plugin-codeceptjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poenneby%2Feslint-plugin-codeceptjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poenneby%2Feslint-plugin-codeceptjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poenneby","download_url":"https://codeload.github.com/poenneby/eslint-plugin-codeceptjs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poenneby%2Feslint-plugin-codeceptjs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261945358,"owners_count":23234236,"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":["codeceptjs","eslint","eslint-plugin-codeceptjs","eslint-rules"],"created_at":"2025-06-28T01:01:31.974Z","updated_at":"2025-06-28T01:01:46.844Z","avatar_url":"https://github.com/poenneby.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![build status](https://travis-ci.org/poenneby/eslint-plugin-codeceptjs.svg?branch=master)\n\n# eslint-plugin-codeceptjs\n\nEslint rules for CodeceptJS\n\n## Installation\n\nYou'll first need to install [ESLint](http://eslint.org):\n\n```\n$ npm i eslint --save-dev\n```\n\nNext, install `eslint-plugin-codeceptjs`:\n\n```\n$ npm install eslint-plugin-codeceptjs --save-dev\n```\n\n**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-codeceptjs` globally.\n\n## Usage\n\nThe simplest way to use this plugin is to add the `/recommended` config to the extends section of your `.eslintrc` configuration file:\n\n```json\n{\n  \"extends\": [\"plugin:codeceptjs/recommended\"]\n}\n```\n\nAlternatively, add `codeceptjs` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n    \"plugins\": [\n        \"codeceptjs\"\n    ],\n    \"env\": {\n        \"codeceptjs/codeceptjs\": true\n    }\n}\n```\n\nThen configure the rules you want to use under the rules section.\n\n```\n{\n  \"rules\": {\n    \"codeceptjs/no-actor-in-scenario\": 2\n  }\n}\n```\n## Supported Rules\n\n| Name | Description | Recommended | Fixable |\n|------|-------------|-------------|---------|\n| `no-actor-in-scenario` | Prevents the use of the `actor` in a `Scenario` and delegate to page objects | | |\n| `no-exclusive-tests` | Prevents the use of `Scenario.only` or `Data.only` to focus tests | ![error] | ![fixable] |\n| `no-skipped-tests` | Prevents the use of `xScenario` or `Scenario.skip` to [skip tests][1] | ![error] | ![fixable] |\n| `no-pause-in-scenario` | Prevents the use of `pause()` in a test | ![error] | ![fixable] |\n\n  [1]: https://codecept.io/basics/#skipping\n\n  [fixable]: https://img.shields.io/badge/-fixable-green.svg\n  [warn]: https://img.shields.io/badge/-warn-yellow.svg\n  [error]: https://img.shields.io/badge/-error-red.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoenneby%2Feslint-plugin-codeceptjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoenneby%2Feslint-plugin-codeceptjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoenneby%2Feslint-plugin-codeceptjs/lists"}