Skip to content

v0.2.0 (2024-04-22)

Compare
Choose a tag to compare
@tanner-reits tanner-reits released this 22 Apr 19:48
· 2 commits to main since this release
ee3b3ec

Fixes

  • The Playwright and Stencil configs can now exist at different tiers in a project's directory structure (#39)

Features

  • Stencil dev server output is now piped through to the Playwright output when running npx playwright test (#35)
  • Updates the default command for the webServer configuration in the Playwright config (#36)
  • createStencilPlaywrightConfig helper renamed to createConfig (#37)
  • createConfig helper now uses deepmerge when combining default config and overrides (#38)