question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Run multiple browsers at the same time

See original GitHub issue

Hey!

I want to run multiple browsers for each test and I see that you have browsers option for jest-playwright.config.js file. But it doesn’t work for me as it should. It opens all of the listed browsers but doesn’t open test cases on them.

Am I doing something wrong or this options is not working as it supposed too? Any help or working examples of implementation will be highly appreciated!

Thanks!

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
forxtucommented, Jun 26, 2020

@mmarkelov Oh I’ve managed to make it work - I had jest-environment set to “jsdom” that’s why I had page as undefined. I’ve changed it and now it works.

Thanks for your help and great libs 😃

0reactions
mmarkelovcommented, Jun 26, 2020

@forxtu I’m not sure about you issue. It can be related to ESLint globals

But it also can be undefined if jest-playwright-preset was not set correctly

Read more comments on GitHub >

github_iconTop Results From Across the Web

Selenium 101: Running Your Test Against Two Browsers at ...
When time is a factor to every software development team, parallel testing is a no-brainer. Selenium is able to run tests in parallel,...
Read more >
Run Multiple Browsers Simultaneously: A Web Developers ...
With this setup, a web developer or web tester can check their site on seven browsers all at the same time – just...
Read more >
Why You Should Use Multiple Web Browsers - How-To Geek
If you currently use Google Chrome, you can add Microsoft Edge, Mozilla Firefox, or another browser to your taskbar and run both at...
Read more >
Could there be a practical purpose to using multiple web ...
Yes. I use multiple browsers for my day job as a web developer. Not only do I need to check front end but...
Read more >
Running a Web UI test on multiple browsers and devices ... - IBM
Rather than run a Web UI test on one browser at a time, you can run a single Web UI test on multiple...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found