When comparing Intern vs Puppeteer, the Slant community recommends Puppeteer for most people. In the question“What are the best automated browser testing frameworks?” Puppeteer is ranked 3rd while Intern is ranked 8th.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Good documentation
Well documented with easily available examples repository.
Pro Run Tests in Browser
Pro Code coverage
Pro CI services integration
Can be integrated to work with Jenkins or TeamCity.
Pro Works great with modern node.js features
Pro Runs a real browser
Unlike the other options here, this is a real browser, just without the GUI parts. This means the quality of the test is much higher, and lets you do things like save to PDF or images.
Pro Actively developed and promoted by Google
Pro Complete API for Chromium included
Chromium tests depend on the same API that Puppeteer gives you access to, so all the features are included
Cons
Con Not good for Cross Browser Tests
Since it only tests via Chromium, it won't help you test inconsistencies between browsers like Edge or Safari. There are projects to get around this, but they aren't mature.
