Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-24 | Change format of remote groups to {group, Module, GroupName}, note that this ↵ | Lukas Larsson | |
is an unsupported feature | |||
2011-01-24 | Add possibility to get all testdata | 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-06 | Fix so that groups can return external test cases, i.e. | Lukas Larsson | |
groups() -> [{test, [sequence], [{other_suite, all}]}]. | |||
2010-12-03 | Merge branch 'lukas/common_test/extend_timeout_for_win' into dev | Lukas Larsson | |
* lukas/common_test/extend_timeout_for_win: Update the support init_per_suite to extend the timeout for starting a slave node on windows. | |||
2010-12-03 | Fix bug in verification where a tc_done/start event which was generated ↵ | Lukas Larsson | |
inbetween a tc_start and tc_done of a init_per_group could caused the validation to fail | |||
2010-12-03 | Update the support init_per_suite to extend the timeout for starting a slave ↵ | Lukas Larsson | |
node on windows. | |||
2010-11-29 | Update edoc and command line help documentation to reflect change from ↵ | Lukas Larsson | |
run_test to ct_run | |||
2010-11-29 | Update documentation after rename of run_test to ct_run | Lukas Larsson | |
2010-11-17 | Update master test to put slave logs in /tmp for windows as otherwise ↵ | Lukas Larsson | |
filenames become too long and the tests fail | |||
2010-11-11 | Update master test specs to work with include directives | Lukas Larsson | |
2010-11-02 | Merge branch 'lukas/common_test/ct_parse_table/OTP-8907' into dev | Lukas Larsson | |
* lukas/common_test/ct_parse_table/OTP-8907: Update parse_table to take multiline sql rows Add test cases for ct:parse_table | |||
2010-11-01 | Update parse_table to take multiline sql rows | Lukas Larsson | |
Add test cases for ct:parse_table | |||
2010-10-22 | Merge branch 'maint-r14' into dev | Lukas Larsson | |
* maint-r14: Prepare release Add vts.tool to priv exports for unix | |||
2010-10-21 | Prepare release | Erlang/OTP | |
2010-10-21 | Add vts.tool to priv exports for unix | Lukas Larsson | |
2010-10-15 | Merge branch 'lukas/common_test/ct_get_status_docs/OTP-8895' into dev | Lukas Larsson | |
* lukas/common_test/ct_get_status_docs/OTP-8895: Update get_status doc to include no_tests_running | |||
2010-10-14 | Update get_status doc to include no_tests_running | Lukas Larsson | |
2010-10-08 | Remove generated ct_slave.xml | Lukas Larsson | |
2010-09-13 | Prepare releaseOTP_R14B | Erlang/OTP | |
2010-09-10 | Merge branch 'peppe/common_test/dev/OTP-8804' into dev | Lukas Larsson | |
* peppe/common_test/dev/OTP-8804: Update the configuration data chapter in the user's guide | |||
2010-09-10 | Merge branch 'peppe/common_test/dev/OTP-8803' into dev | Lukas Larsson | |
* peppe/common_test/dev/OTP-8803: Add Andrey Pampukha to AUTHORS file | |||
2010-09-10 | Merge branch 'peppe/common_test/dev/OTP-8753' into dev | Lukas Larsson | |
* peppe/common_test/dev/OTP-8753: Fix problem with prepared_tests tuple not being recognized Add verification terms to test suite Fix various test suite, makefile, and doc related problems Fix error in the repeat_until_* group property handling Add test suite for groups with repeat property Add verification events to sequence group test suite Fix error in handling of sequence groups Fix error in test suite Fix problems with sequences and sub-groups Add test cases to sequence suite Fix error with group term in ct:run_test/1 Add test suite to examplify problem with nested groups in a sequence | |||
2010-09-10 | OTP-8818: Fixed inconsistency in ct:start_interactive call | Lukas Larsson | |
2010-09-07 | Merge branch 'mk/net-dragonfly-bsd-patches' into dev | Björn Gustavsson | |
* mk/net-dragonfly-bsd-patches: Remove unused variables Use proper install method Add support for DragonFly BSD Add support for NetBSD | |||
2010-09-06 | Fix problem with prepared_tests tuple not being recognized | Peter Andersson | |
2010-09-06 | Add verification terms to test suite | Peter Andersson | |
Work in progress... | |||
2010-09-06 | Fix various test suite, makefile, and doc related problems | Peter Andersson | |
2010-09-06 | Fix error in the repeat_until_* group property handling | Peter Andersson | |
2010-09-02 | Update the configuration data chapter in the user's guide | Peter Andersson | |
2010-09-02 | Add Andrey Pampukha to AUTHORS file | Peter Andersson | |
2010-09-02 | Add test suite for groups with repeat property | Peter Andersson | |
Work in progress... | |||
2010-09-02 | Add verification events to sequence group test suite | Peter Andersson | |
2010-09-02 | Fix error in test suite | Peter Andersson | |
2010-09-02 | Add test cases to sequence suite | Peter Andersson | |
2010-09-02 | Fix error with group term in ct:run_test/1 | Peter Andersson | |
Also some new test cases on sequence groups have been added. | |||
2010-09-02 | Add test suite to examplify problem with nested groups in a sequence | Peter Andersson | |
2010-08-13 | Use proper install method | Martti Kuparinen | |
Only real program files should be installed with INSTALL_PROGRAM while scripts should be installed with INSTALL_SCRIPT and data files with INSTALL_DATA. | |||
2010-07-13 | Include milliseconds in timestamps in Common Test log entries | Tomas Johansson | |
2010-07-06 | Fix bug that crashes common_test when running cover | Peter Andersson | |
2010-07-06 | Bump version numbers for common_test and test_server | Peter Andersson | |
2010-07-06 | Add documentation for group specifications and for the label option | Peter Andersson | |
2010-07-06 | Improve handling of test case group specifications | Peter Andersson | |
Still a few things missing: * Documentation * More tests * Fix old broken test cases | |||
2010-07-06 | Add textured backgound to html log files | Peter 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-06 | Improve handling of test case group specifications | Peter Andersson | |
2010-07-06 | Add new option to label test runs | Peter Andersson | |
With the option 'label', the test run gets a user defined name that Common Test prints in the overview log files. | |||
2010-07-06 | Implement handling of group specifications | Peter 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-06 | Fix problem with using the wrong logdir setting | Peter Andersson | |
The default logdir value "." overrides setting in test specification if logdir start flag/option is missing. |