This article briefly introduces the installation and simple usage of mocha, the most commonly used testing framework in NodeJS. It supports running Javascript code tests directly on the browser. The most commonly used testing framework recommended here is probably mocha. It supports a variety of node assert libs, supports both asynchronous and synchronous testing, supports multiple ways to export results, and also supports running Javascript code tests directly on the browser. Most of the examples in this article are derived from the official website examples, and some examples have been modified based on needs or my own feelings. For more introduction, please see the official website: Mocha on GithubInstallation: Execute the following command after you successfully install nodejs v0.10 and npm. # npm install -g mochap.s. For Ubuntu, please note that the nodejs version in the apt source will be older and some modules will not be supported. Please install the source code from the nodejs official website. Fir
1. 10 recommended articles about testing framework
##Introduction: This article briefly introduces the installation and simple usage of mocha, the most commonly used testing framework in NodeJS. It supports running Javascript code tests directly on the browser. Here we recommend the most commonly used testing framework in NodeJS. I guess it’s mocha. It supports a variety of node assert libs, supports both asynchronous and synchronous testing, supports multiple ways to export results, and also supports running Javascript code tests directly on the browser. Most of the examples in this article are from the official website examples, part...
2. Detailed explanation of getting started with mocha, the NodeJS testing framework
Introduction: This article briefly introduces the installation and simple usage of mocha, the most commonly used testing framework in NodeJS. It supports running Javascript code tests directly on the browser. , here is recommended to everyone
3. Detailed introduction to the installation and use of NodeJs testing framework Mocha
Introduction: This article A comprehensive introduction to how to use Mocha to help you get started easily. If you know nothing about testing before, this article can also be used as an introduction to JavaScript unit testing.
4. Detailed introduction to JavaScript technology stack outlook
##Introduction: If you are planning a new front-end project or refactoring an existing project, then you need to realize that the current front-end development environment is no longer what it used to be. There are too many choices: React, Flux, Angular, Aurelia, Mocha, Jasmine, Babel, TypeScript, Flow... Their original intention is to simplify development, but they virtually increase learning costs and bring uncertainty to future project maintenance. Fortunately, this phenomenon is fading, and the fittest will survive. Excellent projects are slowly settling down, and development methods are becoming clearer. Some developers are trying to use the testing framework Mocha based on the above..
##5.
A brief introduction to the testing framework Mocha under NodeJsIntroduction: This article mainly introduces a brief introduction to the testing framework Mocha under NodeJs. It is one of the most popular javascript frameworks at present. In this article we focus on it Use on NodeJs. Those who are interested can find out.
6.
JavaScript: The most misunderstood language in the world##Introduction: JavaScript, or Mocha, LiveScript, JScript, or ECMAScript, is one of the most popular programming languages in the world. Virtually every personal computer in the world has at least one JavaScript interpreter installed and actively used. The popularity of JavaScript is entirely due to its status in the field of WWW scripting languages.
7. e2e automated integration test architecture example WebStorm Node.js Mocha WebDrive
Introduction: e2e automated integration test architecture JD product search example WebStorm Node.js Mocha WebDriverIO Selenium Step by step 2. Recognition of image verification codes. Let’s talk about how to access the database in Node.js. During the process of automated testing, you may often encounter the need to get values from the database or update values. To verify
8 on the page. Express author TJ bids farewell to Node.js and heads to Go_node.js
Introduction :TJ introduces himself: TJ Holowaychuk, programmer and artist, creator and contributor of well-known open source projects such as Koa, Co, Express, jade, mocha, node-canvas, commander.js, etc.
[Related Q&A recommendations]:
#javascript - How do unit tests detect coverage reports?
javascript - Will there be caching in mocha tests? Or are there hidden files on your Mac?
mocha - Asynchronous call failure under Node.js
The above is the detailed content of Summarize 10 commonly used mocha usages. For more information, please follow other related articles on the PHP Chinese website!