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
Updated README More... about 10 years ago
Updated copyright headers & version information More... about 10 years ago
Updated licensing section More... about 10 years ago
Updated license More... about 10 years ago
- Added some test for find - Renamed scenario.name to scenario.id - ID includes more information (feature filename, scenario name, scenario options) - Screenshot name now has config old_portal for backwards compatibility - Find did not support :a or "name", added via parseFindSettings and like - LL.error will add the URL if available to the end of the error message - After step doesn't throw a second error on failure (was a bit pointless and not very cucumbery to do) - Scenario now has tags functions which list the tags that apply to this scenario (includes feature tags) - Scenario name supports OutlineTables - Saving screenshot catched an incorrect error class (RuntimeError), coding mistakes also need to be caught More... about 10 years ago
Timestamp generation in seperate function and uses a variable to store Time.now More... about 10 years ago
Removed proxy as its now in a seperate repository More... about 10 years ago
HTTPS/HAR Support More... about 10 years ago
Added example comment More... about 10 years ago
Added context to finding (context = a parent of the item your searching for) Added :like operator to find elements that have an attribute that includes some text More... about 10 years ago
Log is only created during init, but the error function must be usable More... about 10 years ago
ll.browser.quit is now the same as close Added Scenario storage (a hash for now :P) Added test for creating browsers (impossible to test ff profile for now :() More... about 10 years ago
Multiple different browsers, settings are stored for main window, not for other windows Added env_or_config to first check the env part of the config and then the global part More... about 10 years ago
Optional browser arguments (profile, log_level, etc) are now supported. Need to support restart with the same optional arguments Added has_browser? to LL as ll.browser.nil? doesn't work Improved at_exit code with the new has_browser? More... about 10 years ago
Added new variable system Added uuid field to test and scenario Added partial browser restart after scenario table. Needs improvement More... about 10 years ago
Re-added close at_exit as that was the default behavior. It catches the chrome error nicely More... about 10 years ago
- Created test scenarios for errors - Added browser close after feature,scenario or never (Chrome throws an error at_exit [connection refused] so it doesn't close the browser) More... about 10 years ago
Added NodeJS proxy to intercept JS errors More... about 10 years ago
Random find is now possible Example: enum = ll.browser.findRandomized(:button => {:class => "button"}) a_button = enum.next() a_different_button = enum.next() More... about 10 years ago
Added error groups support More... about 10 years ago
Test suite for Lapis Lazuli More... about 10 years ago
Added last/number options to find. And moved browser case statements around so that there is only one for firefox More... about 10 years ago
resolves: #63 More... about 10 years ago
Added new debugger ByeBug. More... about 10 years ago
Should stop making coding mistakes and commiting them without testing. This commit is tested :D More... about 10 years ago
Added backwards compatible create_link with log message saying it should not be used More... about 10 years ago
More generic function of find More... about 10 years ago
Fixed coding mistakes, added button find (but it will be changed as I have a new idea) More... about 10 years ago
Removed code that has moved to the LL class More... about 10 years ago
Merge remote-tracking branch 'origin/master' into onno More... about 10 years ago