0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-03-17 23:02:43 +00:00
salesagility_SuiteCRM/tests
Connor Shea 3a0209d206 Remove unused webDriverHelper variables
Throughout the acceptance test suite the webDriverHelper was unused
after navigating to the root URL was moved into the login helper.

This cleans all of those up.
2019-06-26 11:20:00 -06:00
..
_data Fix: query field name on test 2019-01-11 12:12:43 +00:00
_envs Remove implicit waiting in acceptance tests on Travis CI. 2019-06-20 10:36:37 -06:00
_output Codeception: Moved old tests to CodeCeption 2017-05-26 15:12:36 +01:00
_support Merge pull request from connorshea/remove-wait 2019-06-24 14:20:11 +01:00
acceptance Remove unused webDriverHelper variables 2019-06-26 11:20:00 -06:00
api Fix #7174-7175 Add endpoints to list modules, fields 2019-05-27 16:34:30 +02:00
install Add page visit to login function to avoid duplication. 2019-06-19 12:55:51 -06:00
SuiteCRM Remove support for automated testing with Browserstack. 2019-06-06 16:36:47 -06:00
unit Merge pull request from connorshea/remove-incomplete-tests 2019-06-24 14:18:38 +01:00
_bootstrap.php Fixed - ChangePassword.php - syntax error missing curly braces 2018-09-26 11:03:11 +01: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 () 2018-06-14 11:43:46 +01:00
bootstrap.php Apply suggestions from code review 2019-06-10 11:35:40 -06:00
install.php Fixed - ChangePassword.php - syntax error missing curly braces 2018-09-26 11:03:11 +01:00
install.suite.yml Test simplifying the acceptance and install suite configs. 2019-06-19 16:51:04 -06:00
phpunit.xml.dist Disable stopOnFailure and stopOnError in PHPUnit config. 2019-06-21 14:05:41 -06:00
README.md Fix link to testing documentation. [ci-skip] 2019-03-04 15:17:47 +00:00
runtests.sh fixed tests from ssg 2018-08-20 11:22:37 +01:00
testinstall.php Fixed - ChangePassword.php - syntax error missing curly braces 2018-09-26 11:03:11 +01:00
travis_config_si.php tests: change the test config default date format to match the unit tests 2019-06-12 15:25:59 +02: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.