Skip to content

pluederitz/todoMVC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todoMVC

Todo MVC Application using react / redux and node.js

testing - TODO: change for protractor

npm install -g protractor

test targets (named scripts in package.json)

  • test - execute application logic tests
  • test:client - execute all client (browser) tests on all browsers (PhantomJS, Chrome, Firefox)
  • test:client:phantomjs - execute all client (browser) tests on browser PhantomJS
  • test:client:chrome - execute all client (browser) tests on browser Chrome
  • test:client:firefox - execute all client (browser) tests on browser Firefox

browser support

browser PhantomJS

  • works without manual configuration

browser Chrome / Chromium

  • needs setting environment variable CHROME_BIN

for instance:

export CHROME_BIN="/Applications/Chromium.app/Contents/MacOS/Chromium"

browser Firefox

  • needs setting environment variable FIREFOX_BIN

for instance:

export FIREFOX_BIN="/Applications/Firefox.app/Contents/MacOS/firefox"

About

Todo MVC Application using react / redux and node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 70.8%
  • JavaScript 24.3%
  • HTML 2.8%
  • CSS 2.1%