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.
1 parent f482e34 commit 6fb54b2Copy full SHA for 6fb54b2
demo/config/test.exs
@@ -9,7 +9,7 @@ config :phoenix_test,
9
endpoint: DemoWeb.Endpoint,
10
otp_app: :demo,
11
playwright: [
12
- cli: "node_modules/playwright/cli.js",
+ assets_dir: "./", # directory containing node_modules
13
browser: :chromium,
14
browser_launch_timeout: 10_000,
15
trace: System.get_env("PW_TRACE", "false") in ~w(t true)
0 commit comments