Age | Commit message (Expand) | Author |
2011-11-18 | Make absolute paths in log files relative | Peter Andersson |
2011-11-13 | Add CSS stylesheet for the text and tables in Common Test and Test Server | Peter Andersson |
2011-09-28 | Add missing tests for timetrap handling and fix remaining errors | Peter Andersson |
2011-09-27 | Solve problem with ct_init/end_per_group being counted as test cases | Peter Andersson |
2011-09-27 | Fix problem with test_server_ctrl creating invalid conf test | Peter Andersson |
2011-09-27 | Improve info in CT framework log | Peter Andersson |
2011-09-23 | Enhance logging performance | Peter Andersson |
2011-09-23 | Implement support for running suites with test case groups through the debugger | Peter Andersson |
2011-09-23 | Various corrections and updates to improve error handling and reporting | Peter Andersson |
2011-09-23 | Fix problem with incorrect src links | Peter Andersson |
2011-09-23 | Fix problem with end_tc being called with incorrect Suite argument | Peter Andersson |
2011-09-23 | Introduce new framework callback function to read info about color of comments | Peter Andersson |
2011-09-23 | Introduce new 'logopts' flag | Peter Andersson |
2011-09-23 | Fix problem with automatically generated init & end-config functions for groups | Peter Andersson |
2011-09-15 | Fix misspelling of compatibility | Tuncer Ayaz |
2011-08-31 | Add priority functionality and tests for ct hooks | Lukas Larsson |
2011-05-09 | Merge branch 'lukas/common_test/timeout_location_fix/OTP-9265' into dev | Lukas Larsson |
2011-04-28 | Fix error in vts mode, making it impossible to execute suites with test case ... | Peter Andersson |
2011-04-28 | Fix issues related to test case groups: | Peter Andersson |
2011-04-28 | Make it possible to refresh the top level index page at the start of a test run. | Peter Andersson |
2011-04-20 | Fix problem with CT hook start error causing IO to be sent to wrong group lea... | Peter Andersson |
2011-04-15 | Export ct_framework:end_tc/3 for backwards compatability reasons | Lukas Larsson |
2011-03-31 | Fix ct_framework to not crash when error_notification location is undefined. | Lukas Larsson |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg |
2011-02-17 | Merge branch 'lukas/common_test/updates_needed_before_migration/OTP-8768' int... | Lukas Larsson |
2011-02-17 | Rename Suite Callback to Common Test Hook in code and testcases | Lukas Larsson |
2011-02-14 | Fix bug with subgroups after introduction of remote groups | Lukas Larsson |
2011-01-24 | Change format of remote groups to {group, Module, GroupName}, note that this ... | Lukas Larsson |
2011-01-24 | Fix bug when groups refer to groups in the groups/0 function | Lukas Larsson |
2011-01-24 | Add support for external groups. | Lukas Larsson |
2011-01-24 | Refactor code to make it easier to debug | Lukas Larsson |
2010-12-08 | Fix bug which caused scb to be added too much when initiated in the suite inf... | Lukas Larsson |
2010-12-08 | Update ct_framework calls to allow manipulation of test results in end_tc wit... | Lukas Larsson |
2010-12-08 | Add on_tc_fail and on_tc_skip functionality | Lukas Larsson |
2010-12-08 | Add special tagging for scb in order for event generation to be backward comp... | Lukas Larsson |
2010-12-08 | Update to be compatible with how common_test tests the ct framework | Lukas Larsson |
2010-12-08 | Move end_tc call to be made before the tc_done event is generated | Lukas Larsson |
2010-12-08 | Update to be backward compatible with ct framework test funktionality | Lukas Larsson |
2010-12-08 | Add so that suite_callcacks can be configures in suite/0 | Lukas Larsson |
2010-12-08 | Add support for suite_callback in spec, command_line and interactive. Start w... | Lukas Larsson |
2010-12-06 | Fix so that groups can return external test cases, i.e. | Lukas Larsson |
2010-07-06 | Fix bug that crashes common_test when running cover | Peter Andersson |
2010-07-06 | Improve handling of test case group specifications | Peter Andersson |
2010-07-06 | Add textured backgound to html log files | Peter Andersson |
2010-07-06 | Improve handling of test case group specifications | Peter Andersson |
2010-07-06 | Implement handling of group specifications | Peter Andersson |
2010-07-06 | Rewrite handling of group definitions in Common Test test suites | Peter Andersson |
2010-06-09 | Add support for config info functions (e.g. init_per_suite/0) | Peter Andersson |
2010-06-09 | Add groups in test specifications | Peter Andersson |
2010-06-09 | Remove configuration handling from ct_util completely | Andrey Pampukha |