Skip to content

XuanWang-Amos/BSK-TDD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alt text Bowling Score Card - TDD

Implementation of a bowling score card. Reference for Unit Testing lab for FSE Fall 2015 at CMU-SV.

Install

  1. Install needed tools using: npm install -g grunt-cli mocha istanbul
  2. Install needed dependencies using: npm install

Tests results

  • grunt test

Coverage results

  • grunt coverage
  • The results with be in coverage/lcov-report/index.html Alt text

Shippable integration - CI

Alt text

  • Link your account with shippable by following Step 3: Enable CI/CD for repos.

  • After the account is linked, when you push changes to the repo shippable will run your tests and code coverage.

  • You can see the results under Tests and Coverage.

Test Results

Alt text

Code Coverage

Alt text

About

Bowling Score Card TDD Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.4%
  • JavaScript 40.8%
  • CSS 11.8%