Cypress - File Operations
Which of the following is the correct syntax to read a JSON file named
data.json using Cypress?data.json using Cypress?then() after cy.readFile() is correct to access file content.catch() is for errors, not normal reading; write() is invalid here; passing 'utf8' alone is incomplete.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions