skip to Main Content

Javascript – Error: getaddrinfo ENOTFOUND when trying to download a file in cypress

I m trying to download a file in cypress but I m getting ENOTFOUND error. I have added necessary commands in config and command.js. Code: cy.downloadFile('https://en.wikipedia.org/wiki/File:Texas_Super_Kings_lgoo.png','cypress/downloads','example.png') Plugin Details : https://www.npmjs.com/package/cypress-downloadfile Command in Config.js: const { defineConfig } = require('cypress'); const…

VIEW QUESTION
Back To Top
Search