Files
firezone/elixir/apps/web/test/test_helper.exs
Jamil f58176a447 chore: remove docs writer (#9494)
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.
2025-06-10 02:51:46 +00:00

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])