Chrome Headlessは素晴らしいです!!!
しかし、NPMを使用してChrome Headlessをインストールする方法はありますか。自動テスト環境での単体テストに使用できますか?
これを行う別の方法はありますか?
事前に感謝します!!!
chromeは、デフォルトでnpmのpuppeteerパッケージにバンドルされています。 Puppeteerは、自動テストにchrome headlessを使用するためのNice API、または通常のchrome(headless off))を提供します。
https://www.npmjs.com/package/puppeteer
https://github.com/GoogleChrome/puppeteer
npm install puppeteer