Packages
Library for accessibility snapshot testing in Phoenix applications using axe-core and Playwright.
Current section
Files
Jump to
Current section
Files
lib/system_behavior.ex
defmodule Excessibility.SystemBehaviour do
@moduledoc false
@callback open_with_system_cmd(String.t()) :: any()
end