aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_framework.erl
AgeCommit message (Expand)Author
2011-11-18Make absolute paths in log files relativePeter Andersson
2011-11-13Add CSS stylesheet for the text and tables in Common Test and Test ServerPeter Andersson
2011-09-28Add missing tests for timetrap handling and fix remaining errorsPeter Andersson
2011-09-27Solve problem with ct_init/end_per_group being counted as test casesPeter Andersson
2011-09-27Fix problem with test_server_ctrl creating invalid conf testPeter Andersson
2011-09-27Improve info in CT framework logPeter Andersson
2011-09-23Enhance logging performancePeter Andersson
2011-09-23Implement support for running suites with test case groups through the debuggerPeter Andersson
2011-09-23Various corrections and updates to improve error handling and reportingPeter Andersson
2011-09-23Fix problem with incorrect src linksPeter Andersson
2011-09-23Fix problem with end_tc being called with incorrect Suite argumentPeter Andersson
2011-09-23Introduce new framework callback function to read info about color of commentsPeter Andersson
2011-09-23Introduce new 'logopts' flagPeter Andersson
2011-09-23Fix problem with automatically generated init & end-config functions for groupsPeter Andersson
2011-09-15Fix misspelling of compatibilityTuncer Ayaz
2011-08-31Add priority functionality and tests for ct hooksLukas Larsson
2011-05-09Merge branch 'lukas/common_test/timeout_location_fix/OTP-9265' into devLukas Larsson
2011-04-28Fix error in vts mode, making it impossible to execute suites with test case ...Peter Andersson
2011-04-28Fix issues related to test case groups:Peter Andersson
2011-04-28Make it possible to refresh the top level index page at the start of a test run.Peter Andersson
2011-04-20Fix problem with CT hook start error causing IO to be sent to wrong group lea...Peter Andersson
2011-04-15Export ct_framework:end_tc/3 for backwards compatability reasonsLukas Larsson
2011-03-31Fix ct_framework to not crash when error_notification location is undefined.Lukas Larsson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Merge branch 'lukas/common_test/updates_needed_before_migration/OTP-8768' int...Lukas Larsson
2011-02-17Rename Suite Callback to Common Test Hook in code and testcasesLukas Larsson
2011-02-14Fix bug with subgroups after introduction of remote groupsLukas Larsson
2011-01-24Change format of remote groups to {group, Module, GroupName}, note that this ...Lukas Larsson
2011-01-24Fix bug when groups refer to groups in the groups/0 functionLukas Larsson
2011-01-24Add support for external groups.Lukas Larsson
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 inf...Lukas Larsson
2010-12-08Update ct_framework calls to allow manipulation of test results in end_tc wit...Lukas Larsson
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 comp...Lukas Larsson
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 w...Lukas Larsson
2010-12-06Fix so that groups can return external test cases, i.e.Lukas Larsson
2010-07-06Fix bug that crashes common_test when running coverPeter Andersson
2010-07-06Improve handling of test case group specificationsPeter Andersson
2010-07-06Add textured backgound to html log filesPeter Andersson
2010-07-06Improve handling of test case group specificationsPeter Andersson
2010-07-06Implement handling of group specificationsPeter Andersson
2010-07-06Rewrite handling of group definitions in Common Test test suitesPeter Andersson
2010-06-09Add support for config info functions (e.g. init_per_suite/0)Peter Andersson
2010-06-09Add groups in test specificationsPeter Andersson
2010-06-09Remove configuration handling from ct_util completelyAndrey Pampukha