Closed andrzej-woof closed 1 year ago
Hi @andrzej-kodify! I cannot reproduce this issue locally. And to be honest, I have no idea why it may occur on your side. To determine the cause of this issue, we need a minimal working example illustrating it: How To: Create a Minimal Working Example When You Submit an Issue. Would you please share it and the steps required to reproduce the issue?
Well, took a while but can you try reproducing with this repo https://github.com/andrzej-kodify/testcafe-percy-hangs
nvm use
yarn install --frozen-lockfile
yarn test
Thank you for the sample. I was able to reproduce the issue without using third-party libraries. We will update this thread once we have news.
Hi any update on this issue? I'm experimenting the same behavior.
This issue has been automatically marked as stale because it has not had any activity for a long period. It will be closed and archived if no further activity occurs. However, we may return to this issue in the future. If it still affects you or you have any additional information regarding it, please leave a comment and we will keep it open.
We're closing this issue after a prolonged period of inactivity. If it still affects you, please add a comment to this issue with up-to-date information. Thank you.
What is your Scenario?
I'm using
testcafe@1.18.5
together withpercy/testcafe@1.0.1
and programatic runner After tests are successfully completed the process never exitsSince I cannot provide any exact steps to reproduce I hope at least for some hints on how to debug this further on my side (to provide you with more details)
What is the Current behavior?
Test execution completes but the process does not terminate
What is the Expected behavior?
Process should terminate when tests are completed
What is your public website URL? (or attach your complete example)
.
What is your TestCafe test code?
Sample (incomplete) code extracted from a bigger project
Your complete configuration file
No response
Your complete test report
No response
Screenshots
No response
Steps to Reproduce
Unknown
TestCafe version
1.18.5
Node.js version
14.18.1
Command-line arguments
-c 3 -e -q attemptLimit=5,successThreshold=1 -V
Browser name(s) and version(s)
No response
Platform(s) and version(s)
No response
Other
Final part of debug log
As you can see
await testcafe.close()
is executed correctly, and that's it. Later process is terminated after 60 seconds bysetTimeout
that I've added as on CI it would just stay that way for another 20 minutes (until build timed out)