Wallaby Versions Save

Concurrent browser tests for your Elixir web apps.

v0.30.6

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/elixir-wallaby/wallaby/compare/v0.30.5...v0.30.6

v0.30.5

9 months ago

What's Changed

Full Changelog: https://github.com/elixir-wallaby/wallaby/compare/v0.30.4...v0.30.5

v0.30.4

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/elixir-wallaby/wallaby/compare/v0.30.3...v0.30.4

v0.30.3

1 year ago
  • better support machines with many cores

Full Changelog: https://github.com/elixir-wallaby/wallaby/compare/v0.30.2...v0.30.3

v0.30.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/elixir-wallaby/wallaby/compare/v0.30.1...v0.30.2

v0.30.1

1 year ago

What's Changed

Fixed

Full Changelog: https://github.com/elixir-wallaby/wallaby/compare/v0.30.0...v0.30.1

v0.30.0

1 year ago

Changelog

Breaking

  • Now only supports Elixir v1.12 and higher. Please open an issue if this is too restrictive. This was done to allow us to vendor PartitionSupervisor, which uses functions that were introduced in v1.12, so vendoring only gets us that far.

Fixes

  • Handle errors related to Wallaby.Element more consistently #632
  • Fix refute_has when passed a query with an invalid selector #639
  • Fix ambiguity between imported Browser.tap/2 and Kernel.tap/2 #686
  • Fix remote_url config option for selenium driver #582
  • Specifying at now removes the default count of 1 #641
  • Various documentation fixes/improvements
  • Start a ChromeDriver for every scheduler #692
    • This may fix a long standing issue #365

What's Changed

PRs merged since last released. Auto-generated by GitHub.

New Contributors

Full Changelog: https://github.com/elixir-wallaby/wallaby/compare/v0.29.1...v0.30.0

v0.29.1

2 years ago
  • Expand documentation for window related functions (#629)

v0.29.0

2 years ago
  • has_css?/3 returns a boolean instead of raising. (#624)
  • Updates web_driver_client to v0.2.0 (#625)

v0.28.1

2 years ago
  • fixes the DependencyError message in chrome.ex (#581)
  • Put metadata into useragent for Firefox (#614)