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.
Updates since Webship-js 2.0.0-alpha1:
- Activated playwrightConfig in step definitions #244