@10up/cypress-wp-utils
    Preparing search index...
    • Check Sitemap Exists.

      Parameters

      • sitemap_url: string = '/sitemap.xml'

      Returns void

      Use the command without any argument, sitemap.xml will be used:

      cy.checkSitemap()
      

      Use the command with custom sitemap path:

      cy.checkSitemap( '/alternative-sitemap.xml')