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.22.1

Published by github-actions[bot] 9 months ago

0.22.1 (2024-01-18)

Bug Fixes

  • Remove accidental console log (11ac823)
eslint-plugin-playwright - v0.22.0

Published by github-actions[bot] 9 months ago

0.22.0 (2024-01-18)

Bug Fixes

  • Ignore expect without assertion in missing-playwright-await (#201) (47249ce)

Features

eslint-plugin-playwright - v0.21.0

Published by github-actions[bot] 10 months ago

0.21.0 (2024-01-02)

Bug Fixes

  • Fix more edge cases with missing-playwright-await (#190) (f2aa1ec)

Features

  • Add allowed option for no-raw-locators (#189) (ae52f21)
eslint-plugin-playwright - v0.20.0

Published by github-actions[bot] 10 months ago

0.20.0 (2023-12-11)

Bug Fixes

Features

  • Add missed assertions to the 'missing-playwright-await' rule (#181) (b54e7df)
eslint-plugin-playwright - v0.19.0

Published by github-actions[bot] 11 months ago

0.19.0 (2023-11-30)

Bug Fixes

  • Support older ESLint versions that don't support context.sourceCode (#180) (0419585)

Features

eslint-plugin-playwright - v0.18.0

Published by github-actions[bot] 12 months ago

0.18.0 (2023-10-22)

Bug Fixes

  • Check class methods in expect-expect (#172) (e11113e)

Features

  • Add allowConditional option to no-skipped-test (#174) (34b3f7b)
eslint-plugin-playwright - v0.17.0

Published by github-actions[bot] about 1 year ago

0.17.0 (2023-10-16)

Features

eslint-plugin-playwright - v0.16.0

Published by github-actions[bot] about 1 year ago

0.16.0 (2023-08-27)

Features

  • Add no-raw-locators rule (#160) (81d7f54)
  • Allow additional assert function names with expect-expect (#155) (b00c3e3)
eslint-plugin-playwright - v0.15.3

Published by github-actions[bot] over 1 year ago

0.15.3 (2023-07-04)

Bug Fixes

  • Only support ...Expect as a variation to expect. This prevents false negatives such as expectSomethingToBe() but still will catch softExpect() type variants. (ec35829), closes #153
eslint-plugin-playwright - v0.15.2

Published by github-actions[bot] over 1 year ago

0.15.2 (2023-06-27)

Bug Fixes

  • Fix false positive for expect-expect when using test.step (e7b108d), closes #149
  • Support custom expect objects created with expect.configure (73e4d06), closes #150
eslint-plugin-playwright - v0.15.1

Published by github-actions[bot] over 1 year ago

0.15.1 (2023-06-21)

Bug Fixes

  • Fewer false negatives for no-useless-await (79d8c7d)
eslint-plugin-playwright - v0.15.0

Published by github-actions[bot] over 1 year ago

0.15.0 (2023-06-19)

Features

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

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