Убрано предупреждение о расхождении версий @playwright/test при запуске e2e-тестов. Playwright всегда берётся из проекта, а версия из поставки chef используется только когда в проекте его нет, поэтому разные версии — штатная ситуация.
Removed the @playwright/test version mismatch warning shown when running e2e tests. Playwright is always taken from the project, and the version bundled with chef is only used when the project has none, so differing versions are expected.