Skip to content

JavaScript testing tutorial: unit test, API test and UI test

License

Notifications You must be signed in to change notification settings

tatsuyasusukida/js-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Testing Tutorial

JavaScript testing tutorial: unit test, API test and UI test

Install

git clone https://github.com/tatsuyasusukida/js-testing.git
cd js-testing
npm install

Start Web Server

npm start

Run Unit Test

node lib/adder.test.js

Run API Test

node test/api.test.js

Run UI Test

node test/ui.test.js

Run UI Test

node test/ui.test.js

Run All Tests

npm test

About

JavaScript testing tutorial: unit test, API test and UI test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published