TestCafe hangs when running tests on Safari 15 (macOS Big Sur)
See original GitHub issueWhat is your Test Scenario?
When trying to run any test on Safari 15, TestCafe hangs and can’t perform any test step without any error. The same test works fine on other browsers like Chrome or FireFox.
What is the Current behavior?
Once the site loads, TestCafe hangs
What is the Expected behavior?
TestCafe should run the test on Safari without any issue.
What is your web application and your TestCafe test code?
import { Selector } from 'testcafe'
fixture`Sample Test Fixture`.page('https://www.easybib.com')
test('Sample Test Case', async t => {
await t.click(Selector('[data-test="create-citations-btn"]'))
})
Steps to Reproduce:
- Execute the sample test provided above
Your Environment details:
- testcafe version: 1.16.1
- browser name and version: Safari 15.0
- platform and version: macOS 11.6
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:12 (1 by maintainers)
Top Results From Across the Web
Testcafe tests are not executed on MacBook Big Sur with ...
Using locally installed version of TestCafe. TestCafe requires permission to record the screen. Open 'System Preferences > Security & Privacy > ...
Read more >Sitemap - LambdaTest
... -get-true-cross-browser-test-coverage-with-testCafe-and-lambdatest-webinar ... https://www.lambdatest.com/blog/macos-big-sur-preview-safari-14-are-now- ...
Read more >TestCafe v1.18.2 Released | Framework | Release Notes
Tests with client scripts yield the “Cannot read property 'tests' of null” error (#6305 ); TestCafe hangs after failing to initialize a ...
Read more >Untitled
Step in bindings snowboard buy, Hang wang, Young hearts run free dublin facebook, ... Wastewater grab samplers, Big sur california photo gallery.
Read more >Awesome Stars - Source for https://arbal.github.io
... powered by Nginx. fxgst/writeable_root - Make the root directory writeable on macOS Big Sur. ... Linux Test Project http://linux-test-project.github.io/ ...
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

@fadious
Hello,
Thank you for the example. I reproduced this issue. We will update this thread once we have any news.
I am also seeing this issue on the same website with the same testcafe,safari and macOs versions