cy.fixture(): Used to load static test data (usually .json) from the cypress/fixtures folder.
cy.readFile(): Used to read the actual content of any file on your file system. This is not limited to fixtures, and can read files like .txt, .log, .json, .csv, etc.