I want read sitemap.xml file and then want to check status of every url present in sitemap. URL present in sitemap are around 20K so I dont want to visit url but just wants to check status and as url count is too large wants to run every url as one test case so that one of test case failure would not affect remaining ones.
Wants to implement above in Cypress