@10up/cypress-wp-utils
    Preparing search index...

    Function deleteAllTerms

    • Delete All Terms of a given taxonomy

      Parameters

      • taxonomy: string = 'category'

        Taxonomy to empty

      Returns void

      Delete all categories (note that Uncategorized term is protected)

      cy.deleteAllTerms()
      

      Delete all tags

      cy.deleteAllTerms('post_tag')