Skip to content

v0.5.1

Compare
Choose a tag to compare
@mskelton mskelton released this 22 Sep 14:13

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