-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Problem
The relative include path is wrong.
README currently states:
Add Playwright to Drupal's Settings
Add the following line to web/sites/default/settings.php:
include '../test/playwright/node_modules/@lullabot/playwright-drupal/settings/settings.playwright.php';
The include '../test/playwright/...'; — from web/sites/default/settings.php, lands you at web/sites/, so it’s wrong.
Proposed resolution
Update instruction to use $app_root to build an absolute path:
include $app_root . '/../test/playwright/node_modules/@lullabot/playwright-drupal/settings/settings.playwright.php';Metadata
Metadata
Assignees
Labels
No labels