eslint-plugin-codeceptjs icon indicating copy to clipboard operation
eslint-plugin-codeceptjs copied to clipboard

Eslint rules for CodeceptJS

Results 5 eslint-plugin-codeceptjs issues
Sort by recently updated
recently updated
newest added

This plugin is extremely simple as it currently only defines the globals in CodeceptJS. Here are some ideas of rules: - ~~prefer_page_objects - Prevent the use of `I` within `Scenario`~~...

help wanted

I added tryTo as it is a global variable used in codeceptjs and it is a requested issue here found [here](https://github.com/poenneby/eslint-plugin-codeceptjs/issues/22) . I ran `npm install` in order to run...

Using your plugin I'm having a problem with lint complaining when I try to use the [tryTo plugin](https://codecept.io/plugins/#tryto) for CodeceptJS, even though the function use works in the tests. Are...

I get the following error while running the eslint command ``` PS C:\WORK\AutomationPlayground\codeceptjs-boilerplate-project> eslint "**/*.ts" --ignore-pattern node_modules/ Oops! Something went wrong! :( ESLint: 8.15.0 TypeError: Cannot read properties of undefined...

How can i handle eslint checking for my custom actor method. My project has plugin with REST and it added another actor method as file below https://gist.github.com/Tanapat-S/2c7eceb0385efaf3099465a175e05a1d So a rules...