0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 19, 2025 — Feb 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Completed coverage of onNotSuccessfulTest()
giorgiosironi
as Giorgio Sironi
More... about 14 years ago
Removed unused variable for base URL
giorgiosironi
as Giorgio Sironi
More... about 14 years ago
Added test for screenshot capturing in case of failure
giorgiosironi
as Giorgio Sironi
More... about 14 years ago
onNotSuccessfulTest is now covered by two basic tests: ordinary exceptions and ExpectationFailedException exceptions
giorgiosironi
as Giorgio Sironi
More... about 14 years ago
Oops. More... about 14 years ago
Prepare release. More... about 14 years ago
Fix CS/WS issues. More... about 14 years ago
Update build system. More... about 14 years ago
Fixed #13: assertions on non-target commands
giorgiosironi
as Giorgio Sironi
More... about 14 years ago
Fixes #66: comparison failure is not set. Tried mergin HNygard's commits but there were conflicts.
giorgiosironi
as Giorgio Sironi
More... about 14 years ago
Merge remote-tracking branch 'KNXSebastian/master'
giorgiosironi
as Giorgio Sironi
More... about 14 years ago
Merge remote-tracking branch 'lexvjatkin/waitForVisible'
giorgiosironi
as Giorgio Sironi
More... about 14 years ago
Added capability of sharing the session (id) for #30 in a static property of SeleniumTestCase. The session is thrown away and respawned in case of a not successful test. In case of reuse, the original window instantiated by the browser is selected. Currently the window do not close at the end of the test suite.
giorgiosironi
as Giorgio Sironi
More... about 14 years ago
Retrieve correct Path to screenshot images. More... about 14 years ago
Added possibility for setting an already existing sessionId in the Driver. This allows the reuse of an existing session, saving CPU time.
giorgiosironi
as Giorgio Sironi
More... about 14 years ago
Fix Failure Message in Case that Screenshots are taken. More... about 14 years ago
If operating systems are different selenium is unable to create a screenshot. In case of Windows the path should More... about 14 years ago
Added some coverage for PHPUnit_Extensions_SeleniumTestCase::suite()
giorgiosironi
as Giorgio Sironi
More... about 14 years ago
Added test for issue #76 More... over 14 years ago
Added test for issue #13 More... over 14 years ago
Added missing image `banner.gif` in `\selenium-1-tests\` pages. More... over 14 years ago
Added test for #54 More... over 14 years ago
Added instruction for running the tests
giorgiosironi
as Giorgio Sironi
More... over 14 years ago
Bundled the Selenium 1.x test suite
giorgiosironi
as Giorgio Sironi
More... over 14 years ago
Updated generation of message from exception
giorgiosironi
as Giorgio Sironi
More... over 14 years ago
Removed broken call: custom messages of exceptions cannot be changed
giorgiosironi
as Giorgio Sironi
More... over 14 years ago
Fixed under 3.6 and a Selenium 2 standalone server, which are the only options to support at this time. Gathered the original HTML tests of Selenium 1 and put them on a remote webserver as it it's better than having to set up an HTTP server to run the suite.
giorgiosironi
as Giorgio Sironi
More... over 14 years ago
Prepare release. More... over 14 years ago
Use PHPUnit_Framework_ComparisonFailure::toString() instead of PHPUnit_Framework_ExpectationFailedException::getCustomMessage(). More... over 14 years ago
Use PHPUnit_Util_Type::export() instead of PHPUnit_Util_Type::toString(). More... over 14 years ago