Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

browser-test-mocha

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-test-mocha

Sets up a test server using Mocha and Chai to test against a browser environment

  • 1.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

browser-test-mocha

browser-test-mocha sets up a test server using Mocha and Chai to test against a browser environment. You can use any mocha, chai, and sinon functionalitiy in your tests.

NPM version Known Vulnerabilities npm NPM downloads issues license Gitter

Install

To install it as a global command to use anywhere you can use:

$ npm install -g browser-test-mocha

Otherwise, if you just want to use it programmatically inside of a project, you can install it at a project level:

$ npm install --save-dev browser-test-mocha

Usage

To use browser-test-mocha, you need to pass the files containing the tests to it:

$ browser-test-mocha test/one.js,test/two.js,test/three.js

Note: multiple files can be passed separated by commas and no spaces in between.

After it has finished doing the necessary file operations, a http server will start up at nearest available port to 3000 and if you navigate to it in a browser, you will see the results of your tests.

Flags

The current flags available for browser-test-mocha are:

browser-test-mocha <files> [options] 

-V, --version       Outputs the current version of browser-test-mocha

Tests

To run the tests available for browser-test-mocha, use:

$ npm run test

License

MIT

Keywords

FAQs

Package last updated on 19 Apr 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc