Skip to content

alfonsodev/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rock paper scissors game

Coverage Status

Build and launch:

 npm install  
 make bro  
 make up  
 open http://localhost:8181  

BDD

You can find Gherkin features in tests/e2e/features folder

Test:

e2e:

For e2e tests you need chromedriver
mac or linux
somewhere in your $PATH after that you can execute:

 make e2e

unit + integration:

 make test  

Code coverage report:

 make coverage  
 open ./lcov-report/app/index.html  

=============================== Coverage summary ===============================
Statements : 97.22% ( 70/72 )
Branches : 75% ( 6/8 )
Functions : 88.89% ( 16/18 )
Lines : 97.22% ( 70/72 )

About

The classic Rock paper scissors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published