Cypress - File Operations
Given
data.json contains {"user": {"id": 5, "active": true}}, what will this test assert?cy.readFile('data.json').its('user.active').should('be.true')