Skip to content

Instantly share code, notes, and snippets.

@mrzmyr
Created March 2, 2022 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrzmyr/d928a1028434b7abd60a1fe93e0ce200 to your computer and use it in GitHub Desktop.
Save mrzmyr/d928a1028434b7abd60a1fe93e0ce200 to your computer and use it in GitHub Desktop.
Set innerHTML in Cypress
Cypress.Commands.add('html', { prevSubject: true }, (subject, html) => {
subject[0].innerHTML = html
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment