View Source Pages

A Page Object pattern for interacting with websites. This library can be used to facilitate testing of Phoenix controllers and LiveView pages in the context of ExUnit, and may be used as the basis of other drivers.

installation

Installation

def deps do
  [
    {:pages, "~> 0.1.0", only: :test}
  ]
end