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
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 12 of 18
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Use convenience function set_if to manage logger instance
Jens Finkhaeuser
More...
about 10 years ago
Use convenience function set_if for managing proxy instance
Jens Finkhaeuser
More...
about 10 years ago
Use convenience function set_if for managing browser instance
Jens Finkhaeuser
More...
about 10 years ago
- remove superfulous logging - fix destruction when a destructor is given - use any registered destructor when overwriting a field - add set_if convenient function
Jens Finkhaeuser
More...
about 10 years ago
Make proxy instance handled by WorldModule::Proxy be a "singleton" via the Runtime class
Jens Finkhaeuser
More...
about 10 years ago
Make browser instance handled by WorldModule::Browser be a "singleton" via the Runtime class
Jens Finkhaeuser
More...
about 10 years ago
A singleton living across the runtime of the tests, which which it's possible to register other "singletons" that survive the same length; can specify a destructor if required.
Jens Finkhaeuser
More...
about 10 years ago
Make sure storage gets written/destroyed properly
Jens Finkhaeuser
More...
about 10 years ago
Fix how Proxy module destructor is called
Jens Finkhaeuser
More...
about 10 years ago
The old World class is now obsolete.
Jens Finkhaeuser
More...
about 10 years ago
Make LapisLazuli only a collection of other WorldModule modules
Jens Finkhaeuser
More...
about 10 years ago
Error handling in LapisLazuli::Scenario isn't used.
Jens Finkhaeuser
More...
about 10 years ago
Fix scope resolution in WorldModule::Variable
Jens Finkhaeuser
More...
about 10 years ago
Fix initialization of WorldModule::Config
Jens Finkhaeuser
More...
about 10 years ago
Make WorldModule::Hooks resilient to other WorldModules being loaded or not.
Jens Finkhaeuser
More...
about 10 years ago
There's no longer a need to create a formatter - it doesn't exist any longer
Jens Finkhaeuser
More...
about 10 years ago
Add WorldModule for handling proxy instances
Jens Finkhaeuser
More...
about 10 years ago
Add WorldModule for handling the log instance
Jens Finkhaeuser
More...
about 10 years ago
Add WorldModule that handles the browser instance.
Jens Finkhaeuser
More...
about 10 years ago
- In the Browser class and all BrowserModule modules, rename @ll to @world - the object passed is the cucumber world object. - Ensure that Browser class and BrowserModule modules can rely on some WorldModule modules to be loaded via assertions in the Browser constructor.
Jens Finkhaeuser
More...
about 10 years ago
Make automatic configuration loading a kind of singleton. You can still override the config by calling load_config explicitly
Jens Finkhaeuser
More...
about 10 years ago
If hooks are part of World, then we can't use them in AfterConfiguration.
Jens Finkhaeuser
More...
about 10 years ago
Add tests for click functions
Jens Finkhaeuser
More...
about 10 years ago
Add various click types as interaction functions to browser
Jens Finkhaeuser
More...
about 10 years ago
Add more helper functions for argument list parsing
Jens Finkhaeuser
More...
about 10 years ago
Added browser image embed Added storage to LL Added destroy world that destroys in correct order Moved destroy browser to browser class Added destroy to proxy that adds HAR data to LL storage Added destroy to storage to write all data to ./storage/<timestamp>.json
Onno Steenbergen
More...
about 10 years ago
Finish wait wrappers for find functions
Jens Finkhaeuser
More...
about 10 years ago
- Instead of the previous wait_multiple, use multi_wait_all. - Also improve error reporting
Jens Finkhaeuser
More...
about 10 years ago
- Fix match_all handling; it didn't enforce that all selectors needed to match at least one element. - Also fix defaults handling
Jens Finkhaeuser
More...
about 10 years ago
Fix hash merging
Jens Finkhaeuser
More...
about 10 years ago
←
1
2
…
8
9
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