Look into ways to speed up commonTest
helper runs.
#7706
Labels
0 - new
New issues that need assignment.
calcite-components
Issues specific to the @esri/calcite-components package.
needs triage
Planning workflow - pending design/dev review.
refactor
Issues tied to code that needs to be significantly reworked.
Description
Look into ways to speed up
commonTest
helper runs by:moving some of the commonTest helpers to be spec tests rather than E2E tests. E2E tests take longer to set up and run.
newSpecPage()
is much faster since it does not require a full Puppeteer instance to be running. Stencil Docs on newSpecPage()exploring testing class logic directly. This approach allows you to test the component's class logic without the need for a full rendering setup. Stencil Docs on Testing Component Class Logic
Proposed Advantages
These approaches can help improve test execution time and overall efficiency.
Which Component
General refactor of the
commonTest
utils.Relevant Info
No response
Calcite package
The text was updated successfully, but these errors were encountered: