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
When running stencil test --spec --e2e --watchAll, changes to components that should cause e2e testing failures are not picked up. The test needs to be restarted in order to show the failure.
Steps to reproduce (at the moment)
Expected behavior:
Changes to components would be picked up by the e2e test with
Steps to reproduce:
I am working on getting a repro case from the community member reporting this. The original repro case is no longer available.
Essentially, however:
stencil test --spec --e2e --watchAll
edit a component to make changes that would break an e2e test involving that component
a rebuild occurs and the tests run, but no tests are broken
shut-down and restart the tests, now the proper tests are broken
undo edit to component
a rebuild occurs and the tests run, but the same tests are broken even though the code is now fixed
shut-down and restart the tests, now the tests are back to being successful
It is as if the e2e test is caching an older version of the component or something.
The text was updated successfully, but these errors were encountered:
Stencil version:
I'm submitting a:
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Current behavior:
When running
stencil test --spec --e2e --watchAll
, changes to components that should cause e2e testing failures are not picked up. The test needs to be restarted in order to show the failure.Steps to reproduce (at the moment)
Expected behavior:
Changes to components would be picked up by the e2e test with
Steps to reproduce:
I am working on getting a repro case from the community member reporting this. The original repro case is no longer available.
Essentially, however:
stencil test --spec --e2e --watchAll
It is as if the e2e test is caching an older version of the component or something.
The text was updated successfully, but these errors were encountered: