salesagility_SuiteCRM/tests
Clemente Raposo 3a959b6889 PHP 8.2 - Fix Events acceptance tests 2023-07-18 15:54:19 +01:00
..
SuiteCRM Run rector on tests folder 2023-07-18 15:53:47 +01: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 Codeception: Moved old tests to CodeCeption 2017-05-26 15:12:36 +01:00
_support PHP 8.2 - Fix Events acceptance tests 2023-07-18 15:54:19 +01:00
acceptance PHP 8.2 - Fix Events acceptance tests 2023-07-18 15:54:19 +01:00
api Run rector on tests folder 2023-07-18 15:53:47 +01:00
install Run rector on tests folder 2023-07-18 15:53:47 +01:00
unit PHP 8.2 - Fix unit tests 2023-07-18 15:54:18 +01:00
README.md Update automated testing documentation link in tests README. 2019-07-02 15:55:24 -06:00
_bootstrap.php Add Dotenv variable loading to the test bootstrapper. 2019-08-27 13:59:53 -06:00
acceptance.suite.yml Improve codeception variable usage to simplify usage 2023-05-26 16:48:41 +01: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 Improve codeception variable usage to simplify usage 2023-05-26 16:48:41 +01:00
phpunit.xml.dist Migrate PHPUnit schema for 9.5.x 2021-09-08 16:45:20 +01: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
unit.suite.dist.yml PHP 8.2 - Make unit tests run 2023-07-18 15:53:48 +01:00
unit.suite.yml Improve codeception variable usage to simplify usage 2023-05-26 16:48:41 +01:00

README.md

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.