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
Context
Please describe your issue and provide some context:
The issue takes place within VS Code in a react native application. I'm trying to run a suit of Cypress e2e tests on every push using husky; here are the contents of my pre-push file: npm run cypress:run > husky-output.log 2>&1
This seems to be correct since when I manually push to my remote by using git push the tests properly run; the progress of the tests doesn't get logged to my terminal like normal but I can find it in the output log afterwards and I can also see various screenshots and videos being created and deleted while the tests are running (this is intended). However, if I try to push to the remote by using the Sync changes button in the source control panel of VS code, it will essentially an infinitely long loading timer. My tests take around 6-7 minutes to finish running, but I've left the sync changes button alone and it will still be loading 30 minutes after. Additionally, it doesn't generate any screenshots or videos which makes me think that the tests are being ran at all. I'm not too sure what differences there are between the sync changes button and git push that would be causing this issue.
Thank you!
The text was updated successfully, but these errors were encountered:
Context
Please describe your issue and provide some context:
The issue takes place within VS Code in a react native application. I'm trying to run a suit of Cypress e2e tests on every push using husky; here are the contents of my pre-push file:
npm run cypress:run > husky-output.log 2>&1
This seems to be correct since when I manually push to my remote by using git push the tests properly run; the progress of the tests doesn't get logged to my terminal like normal but I can find it in the output log afterwards and I can also see various screenshots and videos being created and deleted while the tests are running (this is intended). However, if I try to push to the remote by using the Sync changes button in the source control panel of VS code, it will essentially an infinitely long loading timer. My tests take around 6-7 minutes to finish running, but I've left the sync changes button alone and it will still be loading 30 minutes after. Additionally, it doesn't generate any screenshots or videos which makes me think that the tests are being ran at all. I'm not too sure what differences there are between the sync changes button and git push that would be causing this issue.
Thank you!
The text was updated successfully, but these errors were encountered: