eslint-plugin-playwright

ESLint plugin for Playwright

MIT License

Downloads
5.5M
Stars
231
Committers
24

Bot releases are visible (Hide)

eslint-plugin-playwright - v0.11.0

Published by mskelton about 2 years ago

New Matchers

Bug fixes

Maintenance

New Contributors

Full Changelog: https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.10.0...v0.11.0

eslint-plugin-playwright - v0.10.0

Published by mxschmitt about 2 years ago

eslint-plugin-playwright - v0.9.0

Published by mxschmitt over 2 years ago

What's Changed / Highlights

New Contributors

Full Changelog: https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.8.0...v0.9.0

eslint-plugin-playwright - v0.8.0

Published by mskelton over 2 years ago

eslint-plugin-playwright - v0.7.1

Published by mskelton almost 3 years ago

Fixed an issue with the plugin due to the new no-page-pause rule not being imported.

Full Changelog: https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.7.0...v0.7.1

eslint-plugin-playwright - v0.7.0

Published by mskelton almost 3 years ago

eslint-plugin-playwright - v0.6.0

Published by mskelton about 3 years ago

What's Changed

Full Changelog: https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.5.2...v0.6.0

eslint-plugin-playwright - v0.5.2

Published by mskelton about 3 years ago

eslint-plugin-playwright - v0.5.1

Published by mskelton about 3 years ago

This release fixes a few small bugs.

Fix Playwright test matchers

Previously the plugin was using an outdated list of Playwright test matchers from before they were released. We've fixed this so now the correct Playwright test matchers are used.

Disable the no-empty-pattern rule for Playwright test

When using Playwright test, fixtures that do not depend on any other fixtures must still use an empty object to work properly. Because this conflicts with the goal of the no-empty-pattern rule, we've disabled this rule to make it easier to create fixtures for your Playwright tests.

Special thanks to @mskelton and @mxschmitt! 💯

eslint-plugin-playwright - v0.5.0

Published by mxschmitt about 3 years ago

This release brings our support for the Playwright test runner up to par and fixes a false positive.

Update matcher list

We now will warn about missing awaits for all Playwright test matchers. This means a more pleasant development experience for Playwright test users.

Fix false positive

We no longer war warn about missing awaits when returning from an arrow function. This fixes a false positive that was identified in issue #21.

Special thanks to @mskelton! 💯

eslint-plugin-playwright - v0.4.0

Published by mxschmitt about 3 years ago

This release makes the ESLint plugin for Playwright compatible with the Playwright test-runner.

eslint-plugin-playwright - v0.3.3

Published by mxschmitt over 3 years ago

fix: explicit jest plugin dependency (#9)

eslint-plugin-playwright - v0.3.2

Published by mxschmitt over 3 years ago

Add missing eslint peer (#7)

eslint-plugin-playwright - v0.3.1

Published by mxschmitt over 3 years ago

fix: add missing eslint-plugin-jest dependency (#6)

eslint-plugin-playwright - v0.3.0

Published by mxschmitt over 3 years ago

Features:

  • Add rules for helper functions (#3)
  • Add custom missing await rule (#4)
eslint-plugin-playwright - v0.2.1

Published by mxschmitt over 4 years ago

Package Rankings
Top 6.75% on Proxy.golang.org
Top 1.98% on Npmjs.org
Badges
Extracted from project README
Test npm semantic-release