We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cacc8a6 commit ef44515Copy full SHA for ef44515
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Main
4
5
+## v0.30.6
6
+
7
+- fix: concurrent tests when using custom capabilities (#744)
8
9
## v0.30.5
10
11
- Workaround for chromedriver 115 regression (#740)
mix.exs
@@ -2,7 +2,7 @@ defmodule Wallaby.Mixfile do
use Mix.Project
@source_url "https://github.com/elixir-wallaby/wallaby"
- @version "0.30.5"
+ @version "0.30.6"
@drivers ~w(selenium chrome)
@selected_driver System.get_env("WALLABY_DRIVER")
@maintainers ["Mitchell Hanberg"]
0 commit comments