Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commands/check-sitemap-exists

Index

Functions

Functions

  • checkSitemap(sitemap_url?: string): void
  • Check Sitemap Exists.

    example

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

    cy.checkSitemap()
    
    example

    Use the command with custom sitemap path:

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

    Parameters

    • sitemap_url: string = '/sitemap.xml'

    Returns void

Generated using TypeDoc