aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_framework.erl
AgeCommit message (Collapse)Author
2011-01-24Refactor code to make it easier to debugLukas Larsson
2010-12-08Fix bug which caused scb to be added too much when initiated in the suite ↵Lukas Larsson
info function
2010-12-08Update ct_framework calls to allow manipulation of test results in end_tc ↵Lukas Larsson
without breaking backwards compatability (I hope)
2010-12-08Add on_tc_fail and on_tc_skip functionalityLukas Larsson
2010-12-08Add special tagging for scb in order for event generation to be backward ↵Lukas Larsson
compatible
2010-12-08Update to be compatible with how common_test tests the ct frameworkLukas Larsson
2010-12-08Move end_tc call to be made before the tc_done event is generatedLukas Larsson
2010-12-08Update to be backward compatible with ct framework test funktionalityLukas Larsson
2010-12-08Add so that suite_callcacks can be configures in suite/0Lukas Larsson
2010-12-08Add support for suite_callback in spec, command_line and interactive. Start ↵Lukas Larsson
work on suite_callback functionality.
2010-12-06Fix so that groups can return external test cases, i.e.Lukas Larsson
groups() -> [{test, [sequence], [{other_suite, all}]}].
2010-07-06Fix bug that crashes common_test when running coverPeter Andersson
2010-07-06Improve handling of test case group specificationsPeter Andersson
Still a few things missing: * Documentation * More tests * Fix old broken test cases
2010-07-06Add textured backgound to html log filesPeter Andersson
The overview html log files now have a textured background. This default new look can be switched off with the 'basic_html' option.
2010-07-06Improve handling of test case group specificationsPeter Andersson
2010-07-06Implement handling of group specificationsPeter Andersson
It's possible now to specify execution of test case groups (and test cases within groups) by means of run_test options and test specification terms. From test specifications, groups (and test cases) may also be skipped. ct_run has been improved to report errors better. New test suites have been introduced.
2010-07-06Rewrite handling of group definitions in Common Test test suitesPeter Andersson
This is to enable execution of specific groups, and/or test cases within groups, by means of run_test options or test specifications.
2010-06-09Add support for config info functions (e.g. init_per_suite/0)Peter Andersson
Also fixed bug: return value {fail,Reason} from end_tc(init_per_suite) was ignored.
2010-06-09Add groups in test specificationsPeter Andersson
Ongoing work...
2010-06-09Remove configuration handling from ct_util completelyAndrey Pampukha
2010-02-17OTP-8311: Various updates and fixes in Common Test and Test ServerPeter Andersson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP