Previously, webship.js loaded its own internal playwright.config, ignoring any project-level settings. Now it loads the config from the project's root directory using process.cwd(), so projects can control Playwright settings like headless and slowMo from their own playwright.config.ts.
Image