Version | Date | Description |
---|---|---|
1.3-SNAPSHOT | 2009-MM-DD | TODO |
1.2 | 2009-01-15 | Many Fixes, some improvements |
1.1 | 2008-04-05 | Rework of internal Logging-Events. New XmlResultsFormatter. Some Bugfixes. |
1.0 | 2008-02-10 | First stable release. |
Type | Changes | By |
---|---|---|
Added getter and setter for FILENAME_DATETIME_FORMAT and made it non final in HtmlResultsFormatter | bobbyde | |
Return "UNKNOWN" if query for Selenium Versions results in an exception | bobbyde | |
Added HTML (XML) quoting of special characters (<, > and &) | bobbyde | |
Added configuration option to not log executed methods as comments. myLoggingProcessor.setLogMethodsAsComments(false); default ist "true" | bobbyde | |
Img links (screenshot) in HtmlResultsFormatter result should now also be on Windows relative. | bobbyde | |
Sample for callback notifier | ralf2511 | |
Test phase: Run all samples and expect exception in test result | ralf2511 | |
Prevent multiple '(Wait)' output insite wait loop | ralf2511 | |
Add callback notifier for error and screnshot events | ralf2511 | |
Capture wait timeout event with class LoggingWait | ralf2511 | |
Remove selenium-server and selenium-core from dependencies. If necessary add dependencies in your own project. | ralf2511 |
Type | Changes | By |
---|---|---|
Moved changes.xml to src/site as this place is more suitable. | bobbyde | |
Report commands excluded from logging. New TestMetrics member commandsExcludedFromLogging returning a String array. | bobbyde | |
HtmlResultFormatter did not check commands for exclusion. Unittests added. | bobbyde | |
Fixed some Path-Releated Unittest-Issues in XMLFormatter Test, which only occur on Windows. Tests should be run on Windows as well as part of an Release. | bobbyde | |
If selenium is misconfigured and does not do anything avoid running into an IndexOutOfBoundsException | bobbyde | |
Added simple XML-output using XStream. Not tested very much. | mfriedenhagen | |
Better time measurement - first step - added cmdStartMillis and cmdEndMillis to LoggingBean. New TestMetrics Property "Revision". To get LoggingSelenium Revision diplayed in Results. | bobbyde | |
Every log-event is put in the queue and filtered after the run. New class EventQueuePostProcessor introduced herefore. | bobbyde |
Type | Changes | By |
---|---|---|
LoggingConstants replaced by an enum class | bobbyde | |
SeleniumCommandExtensions - enums are better | bobbyde | |
Added Checkstyle configuration and activated checkstyle in site-generation | bobbyde | |
Added Eclipse Java-CodeFormatterProfile to be used as a project specific setting. In Eclispe go to Preferences -> Java -> Code Style -> Formatter and Import eclipse/LoggingSeleniumCodeFormatterRules.xml as a project specific setting (or as active profile for your workspace) | bobbyde | |
If Test is failed, include message of last failed command in test-summary | bobbyde | |
Added assertThat support in LoggingAssert as this is a powerful assertion | bobbyde | |
Fixed display and wording of tooltipp messages in HtmlResultsFormatter | bobbyde | |
Hamcrest assertThat matcher | bobbyde | |
Fest assertThat. Changed many assertions to use assertThat from Fest | bobbyde |