Skip to content

v0.5.0

Compare
Choose a tag to compare
@mxschmitt mxschmitt released this 15 Sep 18:12

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! 💯