Topic: Automated testing for FA

Hi,

I'm wondering if there's any interest in including the PHPUnit tests in the core to test Front Accounting?  The testing can be seen on Travis CI.  See the Pull Request on GitHub for more detail.

There are two types of testing available:

1. PHPUnit 'unit tests' and
2. Chrome headless integration / ui tests.

The PHPUnit tests do not test the UI, but are good for testing the database, and logic of updates and so on.  The Chrome headless tests are good for testing the ui.

Cambell https://github.com/cambell-prince

Re: Automated testing for FA

These tests can be a separate project instead of integrating with the core as it will be used by developers only. Thanks @cambell for your offerings and keep up the good work. Hope the current release tests well.