Relative Content

Tag Archive for testingautomationautomated-testscypress

Can’t validate only specific line of a file – Cypress

I have several files 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.