Skip to content

simonmoore100/node-smoketests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-smoketests

What is it?

This app is for writing tests to verify your application works correctly and as you'd expect in a browser. It's using Jasmine and Zombie to achieve this.

How do I install?

Install Homebrew
https://brew.sh/
Install nvm
brew install nvm
Install node version
nvm install 6.11.1 (latest at time of writing)
Create a directory
mkdir node-smoketests
Navigate to new directory
cd node-smoketests
Install necessary node modules
npm install
Run tests
node app.js

Need help?

http://ricostacruz.com/cheatsheets/zombie.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published