Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Oct 15, 2023
1 parent 98f835b commit 9940c4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/container/selenium_container.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
defmodule Testcontainers.Container.SeleniumContainer do
@moduledoc """
Work in progress. Not stable for use yet.
Can use https://github.com/stuart/elixir-webdriver for client in tests
"""

alias Testcontainers.Container
Expand Down
2 changes: 2 additions & 0 deletions test/selenium_container_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ defmodule Testcontainers.SeleniumContainerTest do
alias Testcontainers.Container
alias Testcontainers.Container.SeleniumContainer

@tag timeout: 120_000

describe "with default configuration" do
container(:selenium, SeleniumContainer.new())

Expand Down

0 comments on commit 9940c4d

Please sign in to comment.