FrontAccountingERP / FA

Official FrontAccounting mirror repository
93 stars 95 forks source link

feature/tests: Add tests as a module #5

Closed cambell-prince closed 6 years ago

cambell-prince commented 8 years ago

Add tests as a module

I would like to see the tests included with the main code as this will keep them in sync with the code that they test. The tests folder is excluded via .gitattributes if so they will not appear in a tarball generated via git archive.

Currently the e2e tests using chrome and phantomjs are working (though see PR #3).

cambell-prince commented 8 years ago

The builds can be seen on travis-ci.org

cambell-prince commented 6 years ago

This is now outdated. I currently test with headless chrome rather than phantom. You can pull it in from my repo if you wish.