Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Dreamscapes/atom-ide-mocha-core

Repository files navigation

Atom-IDE-Mocha

Integrate your Mocha test suite's progress with Atom using Atom-IDE-UI components 🎨

About

This repository holds two major components:

  • mocha-reporter-remote - A Mocha reporter which sends progress events over a Unix socket or a plain TCP connection
  • ide-mocha - The Atom package which reads the Mocha progress reports and feeds them into various Atom-IDE-UI components

See the individual packages' README files for more details.

The main Atom package repo can be found here.

Examples

The gif is in terrible quality, but it does show everything - from starting the test suite independently of Atom to seeing progress reports as well as diagnostics messages.

ide-mocha in action

Contributing

Please do! 🙏 If you discover issues or have suggestions to improve the module please open up an issue. Thanks!

License

See the LICENSE file for information.