defmodule PhoenixTestPlaywright do @moduledoc """ Documentation for `PhoenixTestPlaywright`. """ @doc """ Hello world. ## Examples iex> PhoenixTestPlaywright.hello() :world """ def hello do :world end end