You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that already report this problem, without success.
Stencil Playwright Version
0.2.0
Current Behavior
According to the doumentation a www output is needed / eventually full build to run PW-Stencil.
On big projects with file scanning antivirus tools this leads to a huge preformance drop - up to few minutes.
Expected Behavior
No stencil build is needed to run it - just reference to dist folder - this can be avoided with customizing command
www output is not needed but it is per documentation
Prerequisites
Stencil Playwright Version
0.2.0
Current Behavior
According to the doumentation a www output is needed / eventually full build to run PW-Stencil.
On big projects with file scanning antivirus tools this leads to a huge preformance drop - up to few minutes.
Expected Behavior
Steps to Reproduce
run the project
Code Reproduction URL
https://no-url
Additional Information
Here is a small PoC that directly consumes dist without having to run stencil / page routes
playwright.config.ts
Sample test:
with renderer fixture it can be
The text was updated successfully, but these errors were encountered: