vows
asynchronous BDD & continuous integration for Node
Install
- All systems
-
curl cmd.cat/vows.sh
- Debian
-
apt-get install node-vows
- Ubuntu
-
apt-get install node-vows
- Kali Linux
-
apt-get install node-vows
- Fedora
-
dnf install node-vows
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install node-vows
- Raspbian
-
apt-get install node-vows
- Dockerfile
- dockerfile.run/vows
node-vows
asynchronous BDD & continuous integration for Node
Node is an event-based server-side JavaScript engine. Vows is a behavior driven development (BDD) framework for Node. Vows was built from the ground up to test asynchronous code. It executes your tests in parallel when it makes sense, and sequentially when there are dependencies. Emphasis was put on speed of execution, clarity and user experience. This package contains the vows library for Node, and the script vows for running tests from the commandline.