8000 GitHub - acnalesso/billsualiser
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

acnalesso/billsualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Billsualizer

Allows people to see their bill ;)

How can I see my bill?

By going to the billsualiser and clicking on a section of interest.

How to build the app

  ENV=env-here npm run build

How to run the app

  npm install

  ENV=env-here npm run build
  node server

How to run the functional tests

NOTE: Tests run against firefox make sure you have firefox in your $path Assuming the app is running. Follow steps above.

  cd test && bundle install && ruby start_mock_server.rb && cd -
  ./node_modules/.bin/webdriver-manager start &
  ENV=env-here npm run fn

How to run the unit tests

  npm test

Available environments (config/env/*.js)

  • test
  • production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0