@hreflang-checker/cypress
Version:
Check your hreflang implementation using cypress
22 lines (14 loc) • 286 B
Markdown
# hreflang-checker (WIP)
Easily check your hreflangs are valid using Cypress
## Installation
```bash
npm install @hreflang-checker/cypress
```
```ts
// cypress/support/commands.js
import '@hreflang-checker/cypress';
```
## Usage/Examples
```typescript
cy.validateHreflang();
```