We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mix format
1 parent 71d0d3e commit b08f816Copy full SHA for b08f816
demo/config/test.exs
@@ -9,7 +9,8 @@ config :phoenix_test,
9
endpoint: DemoWeb.Endpoint,
10
otp_app: :demo,
11
playwright: [
12
- assets_dir: "./", # directory containing node_modules
+ # directory containing node_modules
13
+ assets_dir: "./",
14
browser: :chromium,
15
browser_launch_timeout: 10_000,
16
trace: System.get_env("PW_TRACE", "false") in ~w(t true)
0 commit comments