eslint-plugin-playwright

ESLint plugin for Playwright

MIT License

Downloads
5.5M
Stars
231
Committers
24

Bot releases are hidden (Show)

eslint-plugin-playwright - v0.14.3

Published by mskelton over 1 year ago

Fix publish

eslint-plugin-playwright - v0.14.2

Published by mskelton over 1 year ago

Fix publish

eslint-plugin-playwright - v0.14.1

Published by mskelton over 1 year ago

What's Changed

  • Fix a bug with no-networkidle that was breaking when no argument was passed to waitForLoadState

Full Changelog: https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.14.0...v0.14.1

eslint-plugin-playwright - v0.14.0

Published by mskelton over 1 year ago

eslint-plugin-playwright - v0.13.0

Published by mskelton over 1 year ago

Features

Bug fixes

New Contributors

Full Changelog: https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.12.0...v0.13.0

eslint-plugin-playwright - v0.12.0

Published by mskelton almost 2 years ago

This release introduces three new rules as well as a major improvement to the location of errors. Previously, many rules would attach errors to portions of the code that were not as relevant to the error. This has been improved as well as support for this.page to make it easier when linting in page objects.

What's New

Fixes & Maintenance

Dependencies

New Contributors

Full Changelog: https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.11.2...v0.12.0

eslint-plugin-playwright - v0.11.2

Published by mskelton about 2 years ago

eslint-plugin-playwright - v0.11.1

Published by mskelton about 2 years ago

Fix version in v0.11.0 publish

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)

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