DEV Community

Discussion on: I am Chris Heilmann, Principal Program Manager for the Microsoft Edge developer tools - AMA!

Collapse
 
maestromac profile image
Mac Siri

Thank you for doing this AMA!

What does the testing process look like? do you all have a "go-to" site to test all the features? Are the testing processes automated?

Collapse
 
zghadyali profile image
Zoher Ghadyali

Love this question! As Chris mentioned, the developer tools are written in HTML/CSS/JavaScript so we're able to use the same suite of automation tools for testing that you may use for your web content. We run both unit tests and end-to-end tests on our PRs and currently, our e2e tests use Puppeteer, Mocha, and Chai.