Financial-Times / n-test

A CLI tool and module for lightweight testing of web applications in browsers, designed for FT.com
4 stars 2 forks source link

downgrade puppeteer to version 18 #198

Closed juanSanchezAlcala closed 1 year ago

juanSanchezAlcala commented 1 year ago

Downgrade puppeteer to a stable version where is not needed a config file or configuration to download chromium on node_modules folder. In version 19 we need to set where puppeteer will download chromium and therefor it makes difficult to propagate this configuration to packages that implements this dependency, because they need to set a configuration file also. Downgrading to this version we solve this for now. There is a bug with version 18.2 that throws an error thats the reason why we use 18.1 version