Skip to content

Commit 6fb54b2

Browse files
committed
Replace cli with assets_dir option
1 parent f482e34 commit 6fb54b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/config/test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ config :phoenix_test,
99
endpoint: DemoWeb.Endpoint,
1010
otp_app: :demo,
1111
playwright: [
12-
cli: "node_modules/playwright/cli.js",
12+
assets_dir: "./", # directory containing node_modules
1313
browser: :chromium,
1414
browser_launch_timeout: 10_000,
1515
trace: System.get_env("PW_TRACE", "false") in ~w(t true)

0 commit comments

Comments
 (0)