Packages
playwright_test
0.1.0-pre
Playwright Test is an Elixir library that provides a set of utilities for writing tests using Playwright.
Current section
Files
Jump to
Current section
Files
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