Packages

Playwright Test is an Elixir library that provides a set of utilities for writing tests using Playwright.

Current section

Files

Jump to
playwright_test lib playwright_test.ex
Raw

lib/playwright_test.ex

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