Cypress - File Operations
What will be the content of 'data.txt' after running this Cypress code?
cy.writeFile('data.txt', 'Line 1')
cy.writeFile('data.txt', 'Line 2')cy.writeFile('data.txt', 'Line 1')
cy.writeFile('data.txt', 'Line 2')15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions