Skip to content
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

Browserstack - IE 11 on Windows (version doesn't matter) #2480

Closed
karolisgrinkevicius opened this issue May 31, 2018 · 11 comments
Closed

Browserstack - IE 11 on Windows (version doesn't matter) #2480

karolisgrinkevicius opened this issue May 31, 2018 · 11 comments
Assignees
Labels
STATE: Need clarification An issue lacks information for further research.

Comments

@karolisgrinkevicius
Copy link

I'm getting the process hanged up running in browserstack IE 11 @ Windows 7. Downgrading @0.20.2 to @0.19.2 solves the problem.

ERROR Unable to establish one or more of the specified browser connections. This can be caused by network issues or remote device failure.

testcafe 'browserstack:IE@11:Windows 7' e2e-tests/test-suite.js --app 'yarn start' -q -e -S -s e2e-tests/logs.

In Browserstack I can only see the log below 👇🏻

2018-05-31 07:27:44:0 REQUEST [2018-05-31 07:27:44:0] POST /session/bc1c8a199b3b85269883d0a6ae9461defc5585c5/url {"url":"http://172.18.15.215:60328/browser/connect/v0bAX~t"}
2018-05-31 07:27:44:0 RESPONSE {"state":"success","sessionId":"bc1c8a199b3b85269883d0a6ae9461defc5585c5","status":0,"value":null}

Tested page URL: http://localhost:3000/

Test code

import { Selector } from 'testcafe';
import { ReactSelector } from 'testcafe-react-selectors';

fixture('Dumb test suite').page`http://localhost:3000/`;

test('Dumb test case', async t => {
  await t.wait(500);
  await t.click(ReactSelector('SelectorOfDefinitelyExistingComponent'));
  await t.expect(Selector('html').scrollTop).eql(0);
});
  • operating system: Mac OS X 10.13.4
  • testcafe version: 0.20.2
  • node.js version: 9.11.1
@AndreyBelym AndreyBelym added the STATE: Need clarification An issue lacks information for further research. label May 31, 2018
@AndreyBelym
Copy link
Contributor

Hi @karolisgrinkevicius, unfortunately I can't reproduce the issue. Try to reinstall v0.20.2 together with all Node.js modules of your project. Also you can try the Browserstack Automate backend by setting the BROWSERSTACK_USE_AUTOMATE environment variable to 1.

@karolisgrinkevicius
Copy link
Author

Reinstalled all node modules by force. Tried using BROWSERSTACK_USE_AUTOMATE=1. Still getting the same error.

@AndreyBelym
Copy link
Contributor

AndreyBelym commented May 31, 2018

Have you tried to run Chrome, Firefox, Safari, Edge? What testcafe-browser-provider-browserstack-version is installed?

@karolisgrinkevicius
Copy link
Author

Using testcafe-browser-provider-browserstack@1.4.0.

  • Chrome ✅
  • Firefox ✅
  • Edge ✅
  • IE ❌

@AndreyBelym
Copy link
Contributor

Could you share a video of a Browserstack IE session?

@tjkb
Copy link

tjkb commented Jun 11, 2018

I experience the same after upgrading to @0.20.20. IE11 hangs and is not responsive.

@mpham-r7
Copy link

i experience the same as OP, but with testcafe 0.19.1 and testcafe-browser-provider-browserstack 1.2.0

@AndreyBelym
Copy link
Contributor

Hi @karolisgrinkevicius, @tjkb, @mpham-r7 , sorry for the late answer. I've watched the video of @karolisgrinkevicius's testing session and noticed that TestCafe stopped at page loading. Likely it means an incompatibility between TestCafe and page scripts. Unfortunately, I need access to the testing page for debugging.

@mpham-r7, you could also upgrade Browserstack provider to v1.4.0.

@miherlosev
Copy link
Collaborator

I will close the issue because no activity has been encountered for a long time.
Feel free to reopen the issue if the problem persists and you can provide an example to reproduce it.

@owen-m1
Copy link

owen-m1 commented Jul 6, 2019

I have this issue. If I use browserstack IE in my tests, the test never starts and after about 10 minutes it will give that error.

@aleks-pro
Copy link
Collaborator

Hello @owen-m1 ,

I see that you have already created another thread regarding this issue in the testcafe-browser-provider-browserstack repository. Let's continue our conversation there.

@need-response-app need-response-app bot removed the STATE: Need response An issue that requires a response or attention from the team. label Jul 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
STATE: Need clarification An issue lacks information for further research.
Projects
None yet
Development

No branches or pull requests

7 participants