Loads CSV file and checks HTML table to have the text content matching the loaded CSV records
Uses neat-csv to parse the loaded CSV text into records.
- spec.js loads the CSV file using
cy.readFile
, parses the text into list of objects, then goes through the rows of the table element comparing cell text content to the records.