0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-02-06 15:00:04 +00:00
salesagility_SuiteCRM/tests
2022-12-20 13:22:00 +00:00
..
_data Add option to filter by email on V8 API 2020-04-09 18:22:03 +01:00
_envs Misc automated testing improvements. 2019-07-09 12:52:34 -06:00
_output
_support Fix #8599 - Auto-close message boxes in ModuleBuilder 2022-05-11 16:49:55 +01:00
acceptance Fix Module Builder Acceptance Tests 2022-05-16 16:19:44 +01:00
api Fix tests misordered assert arguments 2021-09-08 16:45:07 +01:00
install Add page visit to login function to avoid duplication. 2019-06-19 12:55:51 -06:00
SuiteCRM Move test namespaces into autoload-dev 2021-09-08 16:49:16 +01:00
unit Fix Inbound email tests 2022-12-20 13:22:00 +00:00
_bootstrap.php Add Dotenv variable loading to the test bootstrapper. 2019-08-27 13:59:53 -06:00
acceptance.suite.yml Test simplifying the acceptance and install suite configs. 2019-06-19 16:51:04 -06:00
api.suite.yml Feature/refactor api 2 (#3) 2018-06-14 11:43:46 +01:00
bootstrap.php SuiteCRM 7.12.1 Release 2021-11-19 10:47:47 +00:00
config.test.dist.php Add config.test.dist.php 2019-09-23 08:31:00 +01:00
install.php Fixed #6338 - ChangePassword.php - syntax error missing curly braces 2018-09-26 11:03:11 +01:00
install.suite.yml Add optional malicious file scanner 2021-10-12 10:03:59 +01:00
phpunit.xml.dist Migrate PHPUnit schema for 9.5.x 2021-09-08 16:45:20 +01:00
README.md Update automated testing documentation link in tests README. 2019-07-02 15:55:24 -06:00
runtests.sh fixed tests from ssg 2018-08-20 11:22:37 +01:00
testinstall.php Fixed #6338 - ChangePassword.php - syntax error missing curly braces 2018-09-26 11:03:11 +01:00
travis_config_si.php Roll back backward incompatible change 2020-02-16 20:24:18 +00:00

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.