18 open-source projects similar to testing-library/eslint-plugin-testing-library, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Eslint Plugin Testing Library alternative.
An ESLint plugin for projects that use Cypress
ESLint rules for formatting test suites written for jest.
You'll first need to install ESLint:
Prevent common problems when using chai-as-promised
ESLint plugin that checks for unsupported keywords in chai.js expect() assertions. Chai allows you to chain words to make readable assertions, but unfortunately you can include keywords that chai knows nothing about, and it will not fail the test. This eslint plugin helps you catch any such…
Makes eslint friendly towards Chai.js 'expect' and 'should' statements.
ESLint plugin for Jest
Check mocha tests for empty titles and equal titles, huge number of assertions in the one test and invalid sinon usage
ESLint plugin containing rules useful for QUnit tests.
ESLint plugin for Playwright
eslint-Plugin to add globals for mochas chai assertion library
ESLint rules for TestCafe from the TestCafe community.
eslint rules for use with jest-dom
ESLint plugin that checks for common chai.js expect() mistakes