Relative Content

Tag Archive for javascripttestingautomated-testscypress

Can’t validate a line in a file (.csv) using Cypress

I have several files (.csv) in a folder.
I need to query a specific file and validate it.
Validation would be looking for data in the file and, once found, validating the line.
Being able to perform the query flow and find the file with the data.
But I don’t know how to validate the specific row within the column.