-
Hello, I'm trying to cover my application with tests using the snapshot extension, works great locally, but in GH Actions it's failing. I belive it's due to Failed run: https://github.com/djetelina/tofuref/actions/runs/15112170160/job/42473937234?pr=8 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I suspect the error is a red herring. There is no reason why GH should run any different that locally if you are using our test framework. I would suspect something environmental. You might want to compare with our test suite and dependencies. |
Beta Was this translation helpful? Give feedback.
Switched from my apple sillicon to my linux machine and it seems like my error is coming from the fact that I'm treating widgets as singletons, importing them initialized in some cases. In the tests, the application runs aren't separated completely and something doesn't get cleared along the way: