cockpit-project / cockpit-podman

Cockpit UI for podman containers
GNU Lesser General Public License v2.1
435 stars 90 forks source link

test: Move from CDP to BiDi #1819

Closed martinpitt closed 1 month ago

martinpitt commented 1 month ago

See https://github.com/cockpit-project/cockpit/pull/20832

Drop chrome-remote-interface NPM dependency.

Explicitly add a "glob" devDependency to follow suit with https://github.com/cockpit-project/cockpit/commit/680decc155a It was previously used implicitly through a transient dependency of something else, but our esbuild po-plugin uses it explicitly.

Also sort package.json properly (done by npm install --save-dev).