Level / level

Universal abstract-level database for Node.js and browsers.
MIT License
1.55k stars 106 forks source link

Fix Playwright CI tests #242

Closed vweevers closed 8 months ago

vweevers commented 8 months ago

It's now required to run playwright install to download browsers, and the install-deps and install commands can be combined as install --with-deps. See https://playwright.dev/docs/browsers.