-
Notifications
You must be signed in to change notification settings - Fork 675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execution hangs after test fail on chrome version 130 #8307
Comments
I can confirm we are experiencing the same issue. For example: Test block 2 is never reached, the browser just hangs using newest Chrome (I use MAC if that makes a difference, on latest 15 macOS. We use spec reporter using .testcaferc.json file: The problem seems to be in the spec reporter, it works using json report, but that doesn't really show the error in the console. That is really bad for local development and such. |
OK, thank you and please keep us updated. |
I'am not part of the testcafe development team, so I also need a reply from them on this :) But it seems fairly straightforward to reproduce. Can you also try without using the spec reporter and let us know if that is the case for you as well? |
Hey @gforepsly yes, you are right. When I disable spec reporter I don't have problems. |
Thx for confirming! Now we wait for DEVs to respond :) |
How do we remove the spec reporter from testcafe? |
How did u do this? |
If you use the configuration file, remove "spec" entry from the reporter array in the config file. Spec reporter is great as it shows you the errors in the console in real time - we use it heavily in our CI tool so we are blocked with this bug. |
KK-1247. Add an option to run Testcafe browser tests with Chromium instead of Chrome. There have been some issues with the Chrome that prevents using it in CI environment: - DevExpress/testcafe#8286 - DevExpress/testcafe#8300 - DevExpress/testcafe#8304 - DevExpress/testcafe#8307
KK-1247. Add an option to run Testcafe browser tests with Chromium instead of Chrome. There have been some issues with the Chrome that prevents using it in CI environment: - DevExpress/testcafe#8286 - DevExpress/testcafe#8300 - DevExpress/testcafe#8304 - DevExpress/testcafe#8307
KK-1247. Add an option to run Testcafe browser tests with Chromium instead of Chrome. There have been some issues with the Chrome that prevents using it in CI environment: - DevExpress/testcafe#8286 - DevExpress/testcafe#8300 - DevExpress/testcafe#8304 - DevExpress/testcafe#8307
KK-1247. Add an option to run Testcafe browser tests with Chromium instead of Chrome. There have been some issues with the Chrome that prevents using it in CI environment: - DevExpress/testcafe#8286 - DevExpress/testcafe#8300 - DevExpress/testcafe#8304 - DevExpress/testcafe#8307
KK-1247. Add an option to run Testcafe browser tests with Chromium instead of Chrome. There have been some issues with the Chrome that prevents using it in CI environment: - DevExpress/testcafe#8286 - DevExpress/testcafe#8300 - DevExpress/testcafe#8304 - DevExpress/testcafe#8307
KK-1247. Add an option to run Testcafe browser tests with Chromium instead of Chrome. There have been some issues with the Chrome that prevents using it in CI environment: - DevExpress/testcafe#8286 - DevExpress/testcafe#8300 - DevExpress/testcafe#8304 - DevExpress/testcafe#8307
KK-1247. Add an option to run Testcafe browser tests with Chromium instead of Chrome. There have been some issues with the Chrome that prevents using it in CI environment: - DevExpress/testcafe#8286 - DevExpress/testcafe#8300 - DevExpress/testcafe#8304 - DevExpress/testcafe#8307
Add an option to run Testcafe browser tests with Chromium instead of Chrome. There have been some issues with the Chrome that prevents using it in CI environment: - DevExpress/testcafe#8286 - DevExpress/testcafe#8300 - DevExpress/testcafe#8304 - DevExpress/testcafe#8307
Add an option to run Testcafe browser tests with Chromium instead of Chrome. There have been some issues with the Chrome that prevents using it in CI environment: - DevExpress/testcafe#8286 - DevExpress/testcafe#8300 - DevExpress/testcafe#8304 - DevExpress/testcafe#8307
Add an option to run Testcafe browser tests with Chromium instead of Chrome. There have been some issues with the Chrome that prevents using it in CI environment: - DevExpress/testcafe#8286 - DevExpress/testcafe#8300 - DevExpress/testcafe#8304 - DevExpress/testcafe#8307
Add an option to run Testcafe browser tests with Chromium instead of Chrome. There have been some issues with the Chrome that prevents using it in CI environment: - DevExpress/testcafe#8286 - DevExpress/testcafe#8300 - DevExpress/testcafe#8304 - DevExpress/testcafe#8307
What is your Scenario?
After chrome update on version 130, when I start test execution I see that test is failing but instead of displaying error log it just stops. If I restart my computer, sometimes it works, but in 99% of executions it doesn't. I tried with visual studio code and intellij, I face same issue. I tried firefox and edge and did not have this problem. I also downgraded chrome to version 103 and it works well. This only happens on chrome version 130. Can you hepl me please?
What is the Current behavior?
After test fail, error log is not displayed and execution is not finished and it just hangs until I stop it.
What is the Expected behavior?
After test fail, error log should be displayed and execution should be finished.
What is the public URL of the test page? (attach your complete example)
Every tc.
What is your TestCafe test code?
Fail some test.
Your complete configuration file
No response
Your complete test report
No response
Screenshots
No response
Steps to Reproduce
TestCafe version
3.6.0
Node.js version
20.11.0
Command-line arguments
testcafe chrome src/test_suites/*-tests.ts --page-load-timeout 10000 --assertion-timeout 15000 --selector-timeout 20000 --debug-on-fail --skip-js-errors --disable-native-automation --reporter html:reports/htmlReports/TestReports.html --screenshots path=reports/ss,takeOnFails=true
Browser name(s) and version(s)
Chrome 130
Platform(s) and version(s)
Windows
Other
No response
The text was updated successfully, but these errors were encountered: