Refactoring todo app - migrate jquery to backbone.
Please see original implementation.
Use testium for E2E testing.
- migrate jquery to backbone by azu · Pull Request #1 · coding-kata/todo-app-jquery-to-backbone
- jQuery based app => jQuery and Backbone Based app
- Refactoring test by page object #2
- apply page-object pattern
npm install
npm test
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT