
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
adonis-vow-mocha
Advanced tools
Mocha Test runner for Adonis framework
Fork of Adonis Vow test runner for Adonis framework combined with Mocha, just install and register the provider and BOOM it works with your mocha BDD tests.
npm install --save-dev adonis-vow-mocha
The provider must be registered as an aceProvider
, since there is no point in loading test runner when running your app.
const aceProviders = [
'adonis-vow-mocha/providers/VowMochaProvider'
]
That's all you really need to do in order to get up and running. Now you can run mocha tests in test/unit
, test/integration
and test/functional
by executing following command.
adonis test
For help, run. Most command options from Adonis Vow have been ported over.
adonis test --help
To perform actions before and after all tests have completed (e.g. start and stop the test server for functional testing) add a hooks.js
in /test
. See an example of this in templates/hooks.js
The vow provider attempts to load the .env.test
file when running tests. Any variables placed inside this file will override the actual variables.
Spec is the default reporter but you can define your own with the REPORTER
env variable.
The tests for the test runner are written using japa and make sure to go through the docs.
FAQs
Mocha test runner for Adonis framework
We found that adonis-vow-mocha 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.