Topic: End to End Tests
I've started making some end to end tests using Protractor in order to test the FrontAccounting UI. This will help keep the product stable during any refactoring / improvement.
If anyone would like to add to the test suite (which only has 1 test in it right now) please make a pull request against this GitHub repository.
Currently I've configured the tests to use either Chrome or PhantomJS (which works headless and slightly faster than Chrome). I'll have a look at putting them up on Travis.