Elixir and Erlang/OTP versions
Erlang/OTP 27 [erts-15.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit]
Elixir 1.18.1 (compiled with Erlang/OTP 25)
Operating system
macOS 15.6.1
Browser
Chrome
Driver
ChromeDriver
Correct Configuration
Current behavior
When the hackney_options: :timeout is hit the chrome instance is not closed after the test
See for a reproduction: #819
- after running
WALLABY_DRIVER=chrome mix test integration_test/cases/browser/assert_refute_has_test.exs:29 Chrome is still running
Note: this might be related to #807
Expected behavior
I'd expect the Chrome instance to close after the mix test command finishes
Test Code & HTML
See #819
Demonstration Project
#819
Elixir and Erlang/OTP versions
Erlang/OTP 27 [erts-15.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit]
Elixir 1.18.1 (compiled with Erlang/OTP 25)
Operating system
macOS 15.6.1
Browser
Chrome
Driver
ChromeDriver
Correct Configuration
Current behavior
When the
hackney_options: :timeoutis hit the chrome instance is not closed after the testSee for a reproduction: #819
WALLABY_DRIVER=chrome mix test integration_test/cases/browser/assert_refute_has_test.exs:29Chrome is still runningNote: this might be related to #807
Expected behavior
I'd expect the Chrome instance to close after the
mix testcommand finishesTest Code & HTML
See #819
Demonstration Project
#819