0.0.0 • Published 3 years ago
cypress-ckeditor-type v0.0.0
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-typeInclude 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.instances0.0.0
3 years ago