-
Notifications
You must be signed in to change notification settings - Fork 677
Closed
Labels
BROWSER: ChromeHAS WORKAROUNDSTATE: Issue acceptedAn issue has been reproduced.An issue has been reproduced.TYPE: bugThe described behavior is considered as wrong (bug).The described behavior is considered as wrong (bug).
Description
What is your Scenario?
Running testcafe with chrome:headless and the latest version of chrome installed
What is the Current behavior?
Error: Unable to open the "chrome:headless" browser due to the following error:
Error: No inspectable targets
at defaultTarget (/home/circleci/project/node_modules/chrome-remote-interface/lib/chrome.js:48:23)
at Chrome._fetchDebuggerURL (/home/circleci/project/node_modules/chrome-remote-interface/lib/chrome.js:194:28)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Chrome._start (/home/circleci/project/node_modules/chrome-remote-interface/lib/chrome.js:141:25)
at BrowserConnection._runBrowser (/home/circleci/project/node_modules/testcafe/src/browser/connection/index.ts:290:32)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
What is the Expected behavior?
Tests run
What is the public URL of the test page? (attach your complete example)
any. google.com
What is your TestCafe test code?
fixture.page("https://www.google.com")
test("Test", async t => {
await t.expect(true).ok();
});
Your complete configuration file
No response
Your complete test report
No response
Screenshots
No response
Steps to Reproduce
1.Run testcafe with latest chrome
TestCafe version
3.5.0
Node.js version
No response
Command-line arguments
api runner
Browser name(s) and version(s)
Chrome 122.0.6261.57
Platform(s) and version(s)
Ubuntu
Other
No response
dennis-grunert, josephfrazier, Jgrabenbauer, birajpaul-am, danielvoxy and 11 more
Metadata
Metadata
Assignees
Labels
BROWSER: ChromeHAS WORKAROUNDSTATE: Issue acceptedAn issue has been reproduced.An issue has been reproduced.TYPE: bugThe described behavior is considered as wrong (bug).The described behavior is considered as wrong (bug).