openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
LapisLazuli
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 16 of 18
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Updated README
Jens Finkhaeuser
More...
about 10 years ago
Updated copyright headers & version information
Jens Finkhaeuser
More...
about 10 years ago
Updated licensing section
Jens Finkhaeuser
More...
about 10 years ago
Updated license
Jens Finkhaeuser
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
Onno Steenbergen
More...
about 10 years ago
Timestamp generation in seperate function and uses a variable to store Time.now
Onno Steenbergen
More...
about 10 years ago
Removed proxy as its now in a seperate repository
Onno Steenbergen
More...
about 10 years ago
HTTPS/HAR Support
Onno Steenbergen
More...
about 10 years ago
Added example comment
Onno Steenbergen
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
Onno Steenbergen
More...
about 10 years ago
Log is only created during init, but the error function must be usable
Onno Steenbergen
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 :()
Onno Steenbergen
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
Onno Steenbergen
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?
Onno Steenbergen
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
Onno Steenbergen
More...
about 10 years ago
Re-added close at_exit as that was the default behavior. It catches the chrome error nicely
Onno Steenbergen
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)
Onno Steenbergen
More...
about 10 years ago
Added NodeJS proxy to intercept JS errors
Onno Steenbergen
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()
Onno Steenbergen
More...
about 10 years ago
Added error groups support
Onno Steenbergen
More...
about 10 years ago
Test suite for Lapis Lazuli
Onno Steenbergen
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
Onno Steenbergen
More...
about 10 years ago
resolves: #63
Onno Steenbergen
More...
about 10 years ago
Added new debugger ByeBug.
Onno Steenbergen
More...
about 10 years ago
Should stop making coding mistakes and commiting them without testing. This commit is tested :D
Onno Steenbergen
More...
about 10 years ago
Added backwards compatible create_link with log message saying it should not be used
Onno Steenbergen
More...
about 10 years ago
More generic function of find
Onno Steenbergen
More...
about 10 years ago
Fixed coding mistakes, added button find (but it will be changed as I have a new idea)
Onno Steenbergen
More...
about 10 years ago
Removed code that has moved to the LL class
Onno Steenbergen
More...
about 10 years ago
Merge remote-tracking branch 'origin/master' into onno
Onno Steenbergen
More...
about 10 years ago
←
1
2
…
10
11
12
13
14
15
16
17
18
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree