Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 12:30
· 20 commits to main since this release
ef33af2

1.7.0 (2024-10-11)

Features

  • prefer-locator: Add rule to suggest not using page methods (#315) (731a4e1)
  • prefer-native-locators: Add rule to suggest using built-in locators (#308) (e6f92b0)
  • prefer-to-have-count: Warn about use of .all() and .toHaveLength() (149ddc2), closes #284
  • Support test.expect style (6a84431), closes #297
  • Apply title rules to test.step and add ignoreTypeOfStepName option (#309)

Bug Fixes

  • Flat config TypeScript fix (1b5aadb), closes #299
  • no-conditional-expect: Fix false positive with asymmetric matchers (#304) (3860f1e)