Verify contents of a JSON file using cy.readFile()
Preconditions (2)
Step 1: Use cy.readFile() to read 'cypress/fixtures/userData.json'
Step 2: Assert that the 'name' field equals 'Alice'
Step 3: Assert that the 'email' field contains '@example.com'
Step 4: Assert that the 'age' field is a number greater than 18
✅ Expected Result: The test passes if all assertions on the JSON file content are true