Packages
Write pipeable, fast, and easy-to-read feature tests for your Phoenix apps in a unified way -- regardless of whether you're testing LiveView pages or static pages.
Current section
Files
Jump to
Current section
Files
lib/phoenix_test/driver.ex
defprotocol PhoenixTest.Driver do
@moduledoc false
def render_html(session)
def click_link(session, text)
def click_button(session, text)
def fill_form(session, selector, form_data)
def submit_form(session, selector, form_data)
end