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.