0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version More... almost 10 years ago
Implement #11 by not overriding :message with internal values. More... almost 10 years ago
Fix for #12: teelogger in version 0.1.0 produces this issue More... almost 10 years ago
Adds a test case for #9. Looks like changes for #8 already fixed it. More... almost 10 years ago
Final fix for #8, don't regress in the wait functions :) More... almost 10 years ago
Change default for :throw from false to true for #8. More... almost 10 years ago
More or less solve #8 by introducing a :throw parameter that is either true or false. The current default is 'false' to mimic previous behaviour, with one test case added where it's explicitly set to 'true'. More... almost 10 years ago
Remove superfluous logging (#8) More... almost 10 years ago
Revert "For #8, make and expose a FindError class" More... almost 10 years ago
For #8, extend the test suite to expose the reported problem. More... almost 10 years ago
For #8, make and expose a FindError class More... almost 10 years ago
Closes #10 Server should not handle traps More... almost 10 years ago
Merge branch 'master' of github.com:spriteCloud/lapis-lazuli More... almost 10 years ago
Fix #6; find behaviour needs to work around weird Watir behaviour. More... almost 10 years ago
Adjusts tests for #6 to reproduce the issue. More... almost 10 years ago
Not windows compatible More... almost 10 years ago
Test case for first part of #6 succeeds; considering the issue resolved More... almost 10 years ago
Fix the second part of #6; if no elements are found, return an empty array. This works around an apparent issue in firefox webdriver. More... almost 10 years ago
Relating to #6, add a step to ensure the test is run in the right browser More... almost 10 years ago
Relating to #6, make it easier to retrieve the current browser name. More... almost 10 years ago
Use TeeLogger from teelogger gem instead of our own. More... about 10 years ago
Add filter to code coverage generation so that the template directory isn't included. More... about 10 years ago
Fix bug: filtering wasn't applied since yesterday's batch of changes More... about 10 years ago
Fix bug with the :html shortcut; it should only apply if the :html field is the only one in the selector. Otherwise, it should be treated as a regular option. More... about 10 years ago
Fix bug where settings were always treated like a hash. More... about 10 years ago
Make it possible to generate code coverage from cucumber tests More... about 10 years ago
Add code for optionally generating code coverage over the library files. More... about 10 years ago
Remove call to function that doesn't exist More... about 10 years ago
Update template; this really should have happened before 0.5.0 More... about 10 years ago
- Fixed a bug in wait where the :condition option was passed on to the underlying find function - Improved the lambda code (no more return statement) - Introduces a :stale_retries option, as wait can - on dynamic pages - quite easly get a stale element collection from the underlying find function, in which case just retrying the search makes sense. More... about 10 years ago