cypress-ckeditor-type
v0.0.0
Published
Helper funtion to write inside textare wrapped with Ckeditor
Downloads
248
Readme
Cypress-ckeditor-type
A cypress command for ckeditor to help to fill the textare.
Setup
Install this package via NPM:
npm install --dev cypress-ckeditor-type
Include this package into your Cypress command file:
// cypress/support/commandas.js
import 'cypress-ckeditor-type';
Command
ckeditor
cy.ckeditor(content,element)
To get Ckeditor element write in browser console:
window.CKEDITOR.instances