Cypress Tutorial For Beginners : Part 4 ( Cypress Download File )

In this tutorial cypress tutorial for beginners, We are going to learn how to download a file in cypress and create our first script to test to download a file and check that file is download to folder successfully. 

Contents

Cypress Download File

First make sure you install the node module of the Download file cypress from the link above.

Install the Node module

npm install cypress-downloadfile

Now You have to write the following code plugin files in plugin index.js folder.

require('cypress-downloadfile/lib/downloadFileCommand')
#Add the following lines to cypress/plugins/index.js.
const {downloadFile} = require('cypress-downloadfile/lib/addPlugin')
module.exports = (on, config) => {
on('task', {downloadFile})
}

Now You can use this below code to download the file.

cy.downloadFile('https://library.concordia.ca/help/technology/recovering_saved_files.pdf','mydownloads','demo.pdf')

-----------------------------------------------------
πŸ‘ͺ Join our Community - http://bit.ly/learntesting2019
βœ… Automation Community - https://thetestingacademy.com
🐦Follow us on Twitter - https://twitter.com/itstechmode
πŸ“– Like us on Facebook - https://www.facebook.com/scrolltest
🎀 Listen to our Podcast - https://anchor.fm/thetestingacademy
------------------------------------------------------

Feeling Stuck in Your Software Testing Career? Here’s How to Break Free πŸš€

Feeling Stuck in Your Software Testing Career? Here’s How to Break Free πŸš€

How to Learn Generative AI for QA Automation πŸš€

How to Learn Generative AI for QA Automation πŸš€

Is it Still Realistic to Find a QA Job in 2024? Let’s Break It Down! πŸ’»βœ¨

Is it Still Realistic to Find a QA Job in 2024? Let’s Break It Down! πŸ’»βœ¨

The Ultimate Guide to QA Salaries: How to Maximize Your Earnings in Software Testing

The Ultimate Guide to QA Salaries: How to Maximize Your Earnings in Software Testing

Boost Your Job Hunt: 7 Game-Changing AI Hacks for 2024

Boost Your Job Hunt: 7 Game-Changing AI Hacks for 2024

The Scope of Software Testing in 2024: Navigating AI, Automation, and Recession Trends

The Scope of Software Testing in 2024: Navigating AI, Automation, and Recession Trends

Leave a Comment


This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Shares
Share
Tweet
Pin