stencil-playwright

Experimental Adapter for Playwright Support in Stencil

OTHER License

Downloads
6.7K
Stars
2
Committers
4
stencil-playwright - v0.2.0 (2024-04-22) Latest Release

Published by tanner-reits 6 months ago

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)
stencil-playwright - v0.1.0 (2024-03-25)

Published by tanner-reits 7 months ago

First release!

Experimental support for testing Stencil component libraries using Playwright! Check out the Stencil docs site for help getting started!