0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-03-17 23:02:43 +00:00
salesagility_SuiteCRM/tests
Horus68 34eb8562c6 Copyright notice update - Hotfix
Copyright notice update for hotfix branch
Changes: 
- Year 
- Double spaces
- Brand fix for SalesAgility Ltd. (was Salesagility Ltd)

Created from latest hotfix branch.
2018-08-01 20:14:25 +01:00
..
_data Acceptance test 2018-06-14 02:41:28 +01:00
_envs Add chrome headless config to acceptance tests 2018-03-09 16:58:47 +00:00
_output Codeception: Moved old tests to CodeCeption 2017-05-26 15:12:36 +01:00
_support @PSR2 2018-07-24 15:42:24 +01:00
acceptance single_blank_line_at_eof 2018-07-19 11:38:09 +01:00
api single_blank_line_at_eof 2018-07-19 11:38:09 +01:00
demo Setting up codeception acceptance tests and Install test suite 2017-07-19 16:59:42 +01:00
functional Codeception: Moved old tests to CodeCeption 2017-05-26 15:12:36 +01:00
install braces 2018-07-12 11:40:27 +01:00
SuiteCRM single_blank_line_at_eof 2018-07-19 11:38:09 +01:00
unit Merge pull request from ChangezKhan/bugfix_5856a 2018-08-01 15:48:53 +01:00
_bootstrap.php single_blank_line_at_eof 2018-07-19 11:38:09 +01:00
acceptance.suite.yml allowing cookies accross tests 2017-08-01 10:26:39 +01:00
api.suite.yml Adding CRUD operations 2017-09-28 14:36:53 +01:00
bootstrap.php Copyright notice update - Hotfix 2018-08-01 20:14:25 +01:00
demo.suite.yml Adding browserstack support 2017-07-28 16:28:19 +01:00
functional.suite.yml Codeception: Moved old tests to CodeCeption 2017-05-26 15:12:36 +01:00
install.php braces 2018-07-12 11:40:27 +01:00
install.suite.yml Adding support for different devices in selenium 2017-07-24 13:34:08 +01:00
phpunit.xml reverting phpunit config files which are removed for some reason.. 2018-06-29 11:32:22 +01:00
README.md Remove help text, link to Docs site 2018-06-18 14:04:07 +01:00
testinstall.php braces 2018-07-12 11:40:27 +01:00
travis_config_si.php single_blank_line_at_eof 2018-07-19 11:38:09 +01:00
unit.suite.yml Codeception: Updating unit.suite.yml 2017-05-26 15:12:36 +01: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 Framework Documentation.