aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_run.erl
AgeCommit message (Expand)Author
2011-10-04Merge branch 'dev' into majorLukas Larsson
2011-09-27Fix invalid call to undefined functionPeter Andersson
2011-09-23Repair and improve the vts modePeter 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 incorrect module name arg to FW:end_tc/3Peter Andersson
2011-09-23Introduce new 'logopts' flagPeter Andersson
2011-09-23Fix problem with logdir string and some other minor bugsPeter Andersson
2011-09-23Modify start options and introduce CT profilesPeter Andersson
2011-09-20Add -enable_builtin_hooks <bool> config optionLukas Larsson
2011-08-31Add priority functionality and tests for ct hooksLukas Larsson
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-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Cleanup code to fix dialyzer warningLukas Larsson
2011-02-17Rename Suite Callback to Common Test Hook in code and testcasesLukas Larsson
2010-12-09Added tests for starting SCB's with arguments and fixed a bug with how SCB's ...Lukas Larsson
2010-12-08Add so that failures in SCB:init/1 causes the entire scb scope to failLukas Larsson
2010-12-08Update input parameter for suite callbacks to be called suite_callbacks when ...Lukas Larsson
2010-12-08Expand tracing functions to be more verboseLukas Larsson
2010-12-08Update ct_trace me to include calling functionsLukas Larsson
2010-12-08Add support for suite_callback in spec, command_line and interactive. Start w...Lukas Larsson
2010-11-29Update edoc and command line help documentation to reflect change from run_te...Lukas Larsson
2010-09-10Merge branch 'peppe/common_test/dev/OTP-8753' into devLukas Larsson
2010-09-10OTP-8818: Fixed inconsistency in ct:start_interactive callLukas Larsson
2010-09-06Fix problem with prepared_tests tuple not being recognizedPeter Andersson
2010-09-02Fix error with group term in ct:run_test/1Peter Andersson
2010-07-06Improve handling of test case group specificationsPeter Andersson
2010-07-06Improve handling of test case group specificationsPeter Andersson
2010-07-06Add new option to label test runsPeter Andersson
2010-07-06Implement handling of group specificationsPeter Andersson
2010-07-06Fix problem with using the wrong logdir settingPeter Andersson
2010-07-06Rewrite handling of group definitions in Common Test test suitesPeter Andersson
2010-06-09Add documentation for run_test programPeter Andersson
2010-06-09Fix so that ct_run converts relative diretories in the code path to absolutePeter Andersson
2010-06-09Fix bug that prevents the interactive shell mode to start properlyPeter Andersson
2010-06-09Minor fixes in code and test suitesPeter Andersson
2010-06-09Add support for executing pre-loaded suites (e.g. modules loaded as binaries)Peter Andersson
2010-06-09Add support for dynamic timetrap handlingPeter Andersson
2010-06-09Have end_per_testcase run even after timetrap_timeout and abort_testcasePeter Andersson
2010-06-09Flush old DOWN messages in demonitorPeter Andersson
2010-06-09Add groups in test specificationsPeter Andersson
2010-06-09Improve and fix various test suitesPeter Andersson
2010-06-09Add event_handler_init start flag that can pass init arguments to event handlersPeter Andersson
2010-06-09Make it possible to run ts tests for Common Test via the ct_run:script_start(...Peter Andersson
2010-06-09Implement support for user controllable timetrap parameters (multiply and scale)Peter Andersson
2010-06-09Improve documentation and fix minor problemsPeter Andersson
2010-06-09Add run_test program for Common TestPeter Andersson
2010-06-09Separate config and user_config in test specificationsAndrey Pampukha
2010-06-09Changed return value tags for config file handlingAndrey Pampukha