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
Deal better with options we might pass on to the error function More... about 10 years ago
Improve argument parsing with regards to dealing with single hash arguments. More... about 10 years ago
Use the new argparse module in find to make argument parsing a little more sane. More... about 10 years ago
Add module that simplifies some of the argument parsing of the find functions; it will come in handy in other helpers, too. More... about 10 years ago
Make pick_one public; it's no problem to expose it. More... about 10 years ago
Remove unused file More... about 10 years ago
Updated README for basic usage More... about 10 years ago
Update dependencies More... about 10 years ago
Merge branch 'master' of github.com:spriteCloud/lapis-lazuli More... about 10 years ago
- Clean up respond_to?/method_missing everywhere - Fix an issue in browser.start More... about 10 years ago
Referencing World for handling a missing method isn't really helpful. More... about 10 years ago
Add respond_to? implementation wherever we use method_missing More... about 10 years ago
Close browser at world end only if close_browser_after was set to "end" More... about 10 years ago
Added method_missing to API mapping More... about 10 years ago
Clean up open/closed browser state handling a little. Most notably, LapisLazuli::Browser can remain running with or without an internal Watir::Browser instance, and the caller must be able to detect this. More... about 10 years ago
Environment variables should also override config environments More... about 10 years ago
Fix documentation More... about 10 years ago
Move screenshots functionality to browser module More... about 10 years ago
Move wait functionality to browser module More... about 10 years ago
Further clean up code by moving world, browser and generic modules to subdirectories. More... about 10 years ago
Move more error handling related functions into the error module More... about 10 years ago
Dont' use send() when you don't have to. More... about 10 years ago
Replaced / with File::Separator More... about 10 years ago
Master now works correctly with proxy and error catching Moved default xml/json parsing to API class instead of proxy More... about 10 years ago
Added proxy detection to LL with a small testcase More... about 10 years ago
Fix API in new LL usage scheme More... about 10 years ago
Need faraday; proxy detection depends on it (sorry Onno) More... about 10 years ago
Updated file headers More... about 10 years ago
Merge some other changes from onno branch More... about 10 years ago
Merge branch 'onno' More... about 10 years ago