[go: up one dir, main page]

Skip to content

Releases: elixir-wallaby/wallaby

0.10.0

16 Aug 16:09
7d0ff6d
Compare
Choose a tag to compare

Features

  • phantomjs path is now configurable

Bugs

  • Fixed httpoison timeout
  • Fixed disabling javascript errors.

0.9.0

15 Aug 23:32
Compare
Choose a tag to compare

Features

  • Wallaby can now capture javascript errors and console logs.

0.8.0

07 Aug 01:11
1ba47d8
Compare
Choose a tag to compare

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

  • Select boxes now use ids

0.7.0

29 Jun 15:28
0c8ee1b
Compare
Choose a tag to compare

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

20 Jun 21:12
e0b7fb6
Compare
Choose a tag to compare

Improvements

  • Add page_title function

Bugs

  • Return session from choose action.

0.5.0

24 Apr 02:46
d9236b4
Compare
Choose a tag to compare

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

03 Apr 02:11
Compare
Choose a tag to compare

Bugs

  • Add default wait time of 3 seconds if one isn't specified in a config.