Run multiple browsers at the same time
See original GitHub issueHey!
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!
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@mmarkelov Oh I’ve managed to make it work - I had jest-environment set to “jsdom” that’s why I had
page
asundefined
. I’ve changed it and now it works.Thanks for your help and great libs 😃
@forxtu I’m not sure about you issue. It can be related to ESLint globals
But it also can be
undefined
ifjest-playwright-preset
was not set correctly