mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2024-11-21 15:37:57 +00:00
.. | ||
_data | ||
_envs | ||
_output | ||
_support | ||
acceptance | ||
api | ||
install | ||
SuiteCRM | ||
unit | ||
_bootstrap.php | ||
acceptance.suite.yml | ||
api.suite.yml | ||
bootstrap.php | ||
config.test.dist.php | ||
install.php | ||
install.suite.yml | ||
phpunit.xml.dist | ||
README.md | ||
runtests.sh | ||
testinstall.php | ||
travis_config_si.php | ||
unit.suite.dist.yml | ||
unit.suite.yml |
SuiteCRM Automated Testing Framework
Automated testing provides a means to ensure that the quality of the product is kept to a high standard. By working with a consistent testing framework, it helps to ensure that each contributor continues to work in harmony, The concept is that everyone shares tests with the changes being made in the product. Generally speaking, The more code is covered by high quality automated tests, the more likely the quality of the product is good.
To learn how to use the framework in your contributions, please check out the SuiteCRM Automated Testing Documentation.