Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
mocha-test-runner
Advanced tools
Runs Mocha unit tests from within Atom.
ctrl-alt-m
runs either:
it
/ describe
/ suite
/ test
if the cursor is on that linectrl-alt-d
is the same as above, but with Debug Options
added
ctrl-alt-shift-m
re-runs the last test selection
ctrl-alt-shift-d
is the same as above, but with Debug Options
added
This plugin looks for the closest package.json
to the current file,
and run the corresponding mocha
. This should automatically pick up the right version,
as well as your mocha.opts
settings.
If you don't have a package.json
file, or if Mocha isn't installed locally,
it will try to execute the global mocha
command instead.
To run the selected test, it uses --grep
on the test name.
In the case the name isn't unique enough, it might run a few other tests.
In practice we found this is not an issue, and you still get fast TDD feedback loops.
If you go to the settings pane, you can set the following values:
Node binary path
: path to the node
executable (defaults to /usr/local/bin/node
).Text only
: remove any colors from the Mocha output (defaults to false
).Show context information
: display extra information for troubleshooting (defaults to false
).Options
: append given options always to Mocha binary (optional).Options for Debug
: append given options to Mocha binary to enable debugging.Env
: environment variables, useful for specifying NODE_ENV
, etc.You can also change the style of the results window. Simply go to Open Your Stylesheet
in the main menu, and add
.mocha-test-runner .results {
font-size: 1.5em;
}
FAQs
Run Mocha tests from within Atom
We found that mocha-test-runner demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.