DevExpress / testcafe-browser-provider-saucelabs

This is the Sauce Labs browser provider plugin for TestCafe.
https://devexpress.github.io/testcafe/
MIT License
32 stars 41 forks source link

Tunnel never closes and test never stops running #95

Open arvedjo opened 11 months ago

arvedjo commented 11 months ago

Hi DevExpress,

after updating from testcafe-browser-provider-saucelabs 2.0.0 to 3.0.0 the tunnel never closes and the test runs until timeout. This is reproducible for the following test:

import { Selector } from "testcafe";

fixture`Fixture`.page("http://example.com");

test("test", async (t) => {
  await t.click("body").expect(Selector("h1").innerText).eql("Example Domain");
});

I am tried it an Windows and a Debian docker. I am running on Saucelabs European Server.

This is the run command:

npx testcafe saucelabs:safari .\test\basic_test\ExampleTest.js

This is the console log which stops and runs until saucelabs timeout: ` Running tests in:

JoergHeinicke5005 commented 11 months ago

We are facing the same issue as well in several of our test suites.

github-actions[bot] commented 11 months ago

We appreciate you taking the time to share the information about this issue. We replicated it, and it is currently in our internal queue. Please note that the research may take time. We'll update this thread once we have news.

arvedjo commented 8 months ago

Hi, are there any updates on the issue? Thanks Arved

github-actions[bot] commented 8 months ago

No updates yet. Once we make more progress, we will leave a comment.

github-actions[bot] commented 2 months ago

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.

JoergHeinicke5005 commented 2 months ago

This ticket shouldn't get closed due to some automatic process, but rather taken care of. Multiple users are confirming the issue in their tests.

arvedjo commented 2 months ago

Agree, please fix it. Still testing with old release with many deprecated dependencies to keep tests running.