UNPKG

@hreflang-checker/cypress

Version:

Check your hreflang implementation using cypress

13 lines (12 loc) 302 B
/// <reference types="cypress" /> declare namespace Cypress { interface Chainable<Subject> { /** * Check hreflangs * @example * cy.validateHreflang() * cy.validateHreflang('http://localhost:3001/valid/en.html') */ validateHreflang(url?: string): Chainable<any> } }