DEV Community

Discussion on: Firefox (and other browsers), Forgotten?

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

Well, I'm not much into E2E testing but Playwright is considerably more extense and robust than puppeteer, I don't know the list of features nor used it for anything that's not web scrapping 😂

Collapse
 
drsensor profile image
૮༼⚆︿⚆༽つ

Yups, I use that too when cypress is a bit too much for small project. Kinda sad that there is no headless e2e test runner that doesn't rely on nodejs. At most my best choice is to use chromedp but I need to write my test in Go 😂

Thread Thread
 
joelbonetr profile image
JoelBonetR 🥇

Haha as I write JS mostly didn't check that honestly 😅.
Did Google add support for Go in Puppeteer?

Thread Thread
 
drsensor profile image
૮༼⚆︿⚆༽つ

Nope. It just a Go package for driving chrome browser.
github.com/chromedp/chromedp