https://cypress.io logo
Hi guys, I have a conceptual question. I am wonde...
# help
e
Hi guys, I have a conceptual question. I am wondering what a general approach should look like for big pieces of data that will not cause Cypress performance issues/crashes. For example, let's take a table that has 2 thousand entries and we need to validate specific text format in each row, like : Verify that all the rows from 100 to 999 are displayed as 0xxx Verify that all rows from 999 to 2000 are displayed as xxxx How would you approach that ?