All Projects → boogie666 → atom-mocha

boogie666 / atom-mocha

Licence: MIT License
Mocha test runner in Atom

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to atom-mocha

Gulp Mocha
Run Mocha tests
Stars: ✭ 374 (+2776.92%)
Mutual labels:  mocha, test-runner
atom-yii2
Atom package for working with Yii Framework 2
Stars: ✭ 22 (+69.23%)
Mutual labels:  atom, atom-plugin
Enzyme
JavaScript Testing utilities for React
Stars: ✭ 19,781 (+152061.54%)
Mutual labels:  mocha, test-runner
Mochify.js
☕️ TDD with Browserify, Mocha, Headless Chrome and WebDriver
Stars: ✭ 338 (+2500%)
Mutual labels:  mocha, test-runner
language-mjml
Atom Editor package providing syntax support for MJML
Stars: ✭ 48 (+269.23%)
Mutual labels:  atom, atom-plugin
Grunt Mocha
[MOVED] Grunt task for running mocha specs in a headless browser (PhantomJS)
Stars: ✭ 371 (+2753.85%)
Mutual labels:  mocha, test-runner
Karma
Spectacular Test Runner for JavaScript
Stars: ✭ 11,591 (+89061.54%)
Mutual labels:  mocha, test-runner
Baretest
An extremely fast and simple JavaScript test runner.
Stars: ✭ 364 (+2700%)
Mutual labels:  mocha, test-runner
ajom
atom plugins in clojurescript
Stars: ✭ 36 (+176.92%)
Mutual labels:  atom, atom-plugin
swdc-atom
Track your programming activity in real-time in Atom
Stars: ✭ 11 (-15.38%)
Mutual labels:  atom, atom-plugin
tropic
🍍 Test Runner Library
Stars: ✭ 29 (+123.08%)
Mutual labels:  mocha, test-runner
atom-zurb-foundation
Zurb Foundation 6 for sites snippets.
Stars: ✭ 31 (+138.46%)
Mutual labels:  atom, atom-plugin
Public
Repository for wallaby.js questions and issues
Stars: ✭ 662 (+4992.31%)
Mutual labels:  mocha, test-runner
Atom Mocha Test Runner
Run your Atom package tests using Mocha
Stars: ✭ 10 (-23.08%)
Mutual labels:  atom, mocha
atom-ansible-vault
Atom package to create and modify ansible-vault file
Stars: ✭ 31 (+138.46%)
Mutual labels:  atom, atom-plugin
atom-ide-scala
Scala & Dotty support for Atom IDE (🧟‍♂️ zombie repo)
Stars: ✭ 47 (+261.54%)
Mutual labels:  atom, atom-plugin
dataViz CADi
Materials for the "Data Visualization" CADi workshop @ "Tecnológico de Monterrey"
Stars: ✭ 14 (+7.69%)
Mutual labels:  atom
coeditor
Yet Another Pair Programming Package for Atom.
Stars: ✭ 27 (+107.69%)
Mutual labels:  atom
hey-pane
👋 atom package to enlarge the active pane
Stars: ✭ 43 (+230.77%)
Mutual labels:  atom
atom-file-bookmark
Bookmark files in your project for quick access
Stars: ✭ 16 (+23.08%)
Mutual labels:  atom

atom-mocha package

Join the chat at https://gitter.im/boogie666/atom-mocha

Dependency Status

devDependency Status

atom-mocha is an Atom package that allows you to run Mocha tests easily from within Atom. It has a sleek UI that displays the test results.

atom-mocha usage

atom-mocha is a rather unique Atom package, as it uses React + Redux for the UI, which makes it render very quickly.

Unlike other Mocha packages for Atom, atom-mocha doesn't use your local version of Mocha. It uses a bundled version to ensure compatibility. Support for local versions of Mocha may come later.

Features

  • Tests can be run from almost anywhere, with convenient shortcuts
    • File context menu (*.js) (Run Test)
    • Folder context menu (Run Tests)
    • ALT + SHIFT + T (Run Test - Current File)
    • CTRL + SHIFT + R (Re-run last test)
  • Test output UI
    • Allows you to jump from a particular test to the definition line in your test file.
    • Statistics view view with elapsed time and number of passed/failed/pending tests

Contributing

Feel free to fork this project and submit pull requests. I'd be more then happy to have people contribute to this nifty little tool I've been working on :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].