Tool for configuring and running Playwright based load testing
If available in Hex, the package can be installed
by adding stampede
to your list of dependencies in mix.exs
:
def deps do
[
{:stampede, "~> 0.1.0"}
]
end
mix deps.get
mix deps.compile
mix setup # Alias for mix playwright.install_browsers
mix run examples/run_a_single_user.exs
or
mix run examples/run_multiple_users.exs
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/stampede.