DevExpress / testcafe-hammerhead

A powerful web-proxy used as a core for the TestCafe testing framework. :hammer: :smiley:
https://testcafe.io
MIT License
171 stars 161 forks source link

Images not Displaying on https://www.nvidia.com/de-de/geforce-now/ #2972

Closed SurfSkip closed 10 months ago

SurfSkip commented 10 months ago

What is your Scenario?

Images on the web page https://www.nvidia.com/de-de/geforce-now/ are not displaying when using testcafe-hammerhead.

What is the Current behavior?

When visiting the web page using testcafe-hammerhead, images are not displayed as expected. Instead, they appear to be missing or not loading properly.

image

What is the Expected behavior?

The expected behavior is that when accessing https://www.nvidia.com/de-de/geforce-now/ with testcafe-hammerhead, the images on the web page should load and display correctly.

What is your public website URL? (or attach your complete example)

https://surfskip.com/app

What is your TestCafe test code?

Latest TestCafe Hammerhead

Your complete configuration file

No response

Your complete test report

No response

Screenshots

No response

Steps to Reproduce

1.Open a terminal. 2.Run node node_modules/gulp/bin/gulp http-playground

  1. Visit https://www.nvidia.com/de-de/geforce-now/

TestCafe version

3.0.1

Node.js version

No response

Command-line arguments

Not sure what this means

Browser name(s) and version(s)

No response

Platform(s) and version(s)

No response

Other

No response

Bayheck commented 10 months ago

Hello @SurfSkip Thank you for sharing the example. We were able to reproduce the issue when running the test in the Hammerhead playground. However, we couldn't replicate the problem when running the test in TestCafe. This is because TestCafe of v3.0 and later uses the Native Automation mode in Chromium-based browsers (https://testcafe.io/documentation/404237/guides/intermediate-guides/native-automation-mode). Supporting this mode is one of our priorities, so please clarify why you don't want to use TestCafe in Native Automation mode.

github-actions[bot] commented 10 months ago

This issue was automatically closed because there was no response to our request for more information from the original author. Currently, we don't have enough information to take action. Please reach out to us if you find the necessary information and are able to share it. We are also eager to know if you resolved the issue on your own and can share your findings with everyone.