'WhatsApp page not loading in cypress

Whatsapp web page and whatsapp websites are not loading when we execute the cypress scipts.

enter image description here



Solution 1:[1]

Whatsapp probably detects that you are using automated software to do something on their website and blocks it. You shouldn't do that anyhow, don't test third party software, even cypress discourages it. Use stubs.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Zaista