1.0.0 • Published 5 years ago

@foreachbe/cypress-tinymce v1.0.0

Weekly downloads
2,029
License
MIT
Repository
-
Last release
5 years ago

GitHub package.json version Travis (.org) npm (scoped)

cypress-tincymce

Extra helper Cypress custom commands for easier interacting with TinyMCE.

commands

getTinyMce(id)

This will return the tinymce js instance for the given id.

setTinyMceContent(id, text)

This will set the content of the TinyMCE editor:

  cy.setTinyMceContent('someid', 'This is the new content');

getTinyMceContent(id)

This will return the content of the TinyMce editor for the given id.

  cy.getTinyMceContent('someid');

Installation

yarn add @foreachbe/cypress-tinymce -D

Add the following to your cypress/support/index file:

import '@foreachbe/cypress-tinymce'
1.0.0

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago