0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use convenience function set_if to manage logger instance More... about 10 years ago
Use convenience function set_if for managing proxy instance More... about 10 years ago
Use convenience function set_if for managing browser instance 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 More... about 10 years ago
Make proxy instance handled by WorldModule::Proxy be a "singleton" via the Runtime class More... about 10 years ago
Make browser instance handled by WorldModule::Browser be a "singleton" via the Runtime class 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. More... about 10 years ago
Make sure storage gets written/destroyed properly More... about 10 years ago
Fix how Proxy module destructor is called More... about 10 years ago
The old World class is now obsolete. More... about 10 years ago
Make LapisLazuli only a collection of other WorldModule modules More... about 10 years ago
Error handling in LapisLazuli::Scenario isn't used. More... about 10 years ago
Fix scope resolution in WorldModule::Variable More... about 10 years ago
Fix initialization of WorldModule::Config More... about 10 years ago
Make WorldModule::Hooks resilient to other WorldModules being loaded or not. More... about 10 years ago
There's no longer a need to create a formatter - it doesn't exist any longer More... about 10 years ago
Add WorldModule for handling proxy instances More... about 10 years ago
Add WorldModule for handling the log instance More... about 10 years ago
Add WorldModule that handles the browser instance. 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. More... about 10 years ago
Make automatic configuration loading a kind of singleton. You can still override the config by calling load_config explicitly More... about 10 years ago
If hooks are part of World, then we can't use them in AfterConfiguration. More... about 10 years ago
Add tests for click functions More... about 10 years ago
Add various click types as interaction functions to browser More... about 10 years ago
Add more helper functions for argument list parsing 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 More... about 10 years ago
Finish wait wrappers for find functions More... about 10 years ago
- Instead of the previous wait_multiple, use multi_wait_all. - Also improve error reporting 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 More... about 10 years ago
Fix hash merging More... about 10 years ago