Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

@ephox/mcagar

Package Overview
Dependencies
Maintainers
2
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ephox/mcagar

Tinymce agar wrapper

latest
Source
npmnpm
Version
11.0.0
Version published
Maintainers
2
Created
Source

Description

mcagar is a tinymce specific wrapping of agar's testing infrastructure. It is only a collection of modules.

Installation

mcagar is available as an npm package. You can install it via the npm package @ephox/mcagar

Installation for development

You need to use yarn to install the mcagar devDependencies since npm doesn't support package aliasing and that is used in the package.json.

Install from npm

npm install @ephox/mcagar

Usage

Only modules inside the api package should be used in other projects. All other modules are implementation detail. There are two types of modules available: BDD and Pipelines.

BDD modules are useful when testing using behavior-driven development testing, such as with Mocha. For information, see the BDD testing documentation.

Pipeline modules are an in-house testing framework that relies on Agar Step and Chains to create a pipeline of actions to perform. The pipeline syntax is, at the time of writing, slowly being removed and will eventually be deprecated. For information, see the Pipeline testing documentation.

Running tests

The tests can be run using bedrock via yarn test. Note, this will only run the tests on Chrome and will require chromedriver. You can use bedrock directly to test on other browsers. See bedrock for more details.

To run the tests on Chrome:

$ yarn test

FAQs

Package last updated on 31 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts