Skip to content

Releases: playwright-community/expect-playwright

Version 0.3.3

09 Mar 14:45
Compare
Choose a tag to compare
  • Added toEqualUrl #62 #63
  • Added toHaveFocus #61 #64
  • Bump dependencies

Version 0.3.2

26 Jan 12:03
Compare
Choose a tag to compare

Fixes

  • fix(toHaveText): add waitForSelector options support (#56)
  • fix(ts): add toHaveSelectorCount to TS globals (#53)

Minor changes:

  • chore: bump dev dependencies (#57)
  • chore: cleanup tests (#55)
  • Revert "Exclude test files from ts build (#54)
  • Simplify getElementText utils (#51)

Version 0.3.1

19 Jan 12:43
Compare
Choose a tag to compare
  • Added toHaveSelectorCount matcher #30 #35
  • Fixed getElementText util function #21 #40
  • Fixed toHaveText types #43
  • Fixed documentation links #42 #44 by @dgabriel123
  • Excluded tests from TypeScript build process #47 #48

Version 0.2.6

29 Oct 11:41
Compare
Choose a tag to compare

You need to install playwight-core as a peer dependency now.

Changelog:

  • bump: dependencies (#31)

Version 0.2.5

15 Jul 11:06
Compare
Choose a tag to compare

Fixed support for Playwright 1.2.0 and by that the new type handling.

PRs:

  • chore: bump dependencies (#25)
  • docs: fixed timeout leftover (#26)

Version 0.2.4

26 May 12:39
Compare
Choose a tag to compare

updated upstream PageWaitForSelectorOptions interface

Version 0.2.3

26 May 09:51
Compare
Choose a tag to compare
  • Bumped Playwright to version 1.0
  • Fixed a message text

Version 0.2.2

17 Apr 20:05
Compare
Choose a tag to compare
  • Supporting Playwright 0.13
  • Fixed parsing of the options argument

Version 0.2.1

06 Apr 13:47
Compare
Choose a tag to compare

Republished since last publish was without up to date build files. See change log of version 0.2.0 for the actual change log.

Version 0.2.0

06 Apr 13:43
Compare
Choose a tag to compare
  • feat: added toEqualValue (#15)