Tooling: Speed up test runs #2877
Labels
0 - new
New issues that need assignment.
estimate - 21
Requires planning, input from team members and possibly others.
help wanted
Issues that the core team needs help with in a sprint.
p - medium
Issue is non core or affecting less that 60% of people using the library
testing
Issues related to automated or manual testing.
tooling
Issues relating to build system fixes or improvements.
Milestone
Summary
Current test runs on the CI are taking about ~20 mins. We should look into speeding these up.
Ideas:
newSpecPage()
is much faster since it does not require a full Puppeteer instance to be running. Stencil Docs on newSpecPage()Measure of Success
Any decrease in test run time would be a win.
Proposed Advantages
These approaches can help improve test execution time and overall efficiency.
Which Component
General refactor of the
commonTest
utils.The text was updated successfully, but these errors were encountered: