Releases: elixir-wallaby/wallaby
Releases · elixir-wallaby/wallaby
0.10.0
Features
- phantomjs path is now configurable
Bugs
- Fixed httpoison timeout
- Fixed disabling javascript errors.
0.9.0
Features
- Wallaby can now capture javascript errors and console logs.
0.8.0
This release includes even more advancements to the query engine and error reporting.
Improvements
- finders can now include a
text: "some text"
option to scope a finder based on the text within the node.
- Arguments can be passed to phantom.
- Screenshots on test failures
- Screenshot directory is configurable
- Configurable pool size
- Check for malformed button types
- Better documentation for send keys
Bug fixes
0.7.0
Improvements
This release includes large refactors to the querying engine and much more descriptive errors for both queries and actions. The Wallaby.Node.Query
includes all of the new query methods. Actions are now more consistent.
0.6.0
Improvements
Bugs
- Return session from choose action.
0.5.0
Improvements
take_screenshot
now returns a session. The path to the screenshot is saved on the session struct.
- calling visit with a relative route, without setting a base_url will raise an exception with explanation on how to fix the issue.
0.3.1
Bugs
- Add default wait time of 3 seconds if one isn't specified in a config.