mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
This was added in an earlier era and will be just too cumbersome to maintain going forward. We have OpenAPI docs which are more flexible.
8 lines
269 B
Elixir
8 lines
269 B
Elixir
# Delete screenshots from previous acceptance test executions
|
|
Path.join(File.cwd!(), "screenshots") |> File.rm_rf!()
|
|
|
|
Finch.start_link(name: TestPool)
|
|
|
|
Ecto.Adapters.SQL.Sandbox.mode(Domain.Repo, :manual)
|
|
ExUnit.start(formatters: [ExUnit.CLIFormatter, JUnitFormatter])
|