Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 743 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 743 Bytes

Stampede

Tool for configuring and running Playwright based load testing

Installation

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

Setup

mix deps.get
mix deps.compile
mix setup # Alias for mix playwright.install_browsers

Examples

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.