v1.22.0
Опции Playwright теперь можно передавать прямо в chef test: всё, что chef не считает своим, уходит раннеру — chef test e2e ui.buttons --update-snapshots работает без обходных путей. Ходовые опции перечислены в chef test e2e --help, но работает любая, включая добавленные в свежих версиях Playwright. Если версии @playwright/test в проекте и в поставке chef разошлись, перед e2e-прогоном появится предупреждение с подсказкой брать проектный бинарник при прямом вызове. В режиме --list теперь видна причина ошибки, а не пустое «errored».
Playwright options can now be passed straight to chef test: anything chef does not claim as its own goes to the runner, so chef test e2e ui.buttons --update-snapshots works with no workarounds. The common options are listed in chef test e2e --help, but every Playwright option works, including ones added in fresh runner releases. When the @playwright/test versions in the project and in chef have drifted apart, an e2e run warns and points at the project binary for direct calls. A --list run now shows why it failed instead of a bare "errored".