UI testing the chrome extension (or any extension for that matter) is tricky as it has its own workflow and environment to run. This post will walk you through the process of automating those test using Puppeteer, an API library to control Chrome.
Testing the extension update and initial install flow could be tricky. This post will walk you through few steps to test all such flows during development stage itself.
The path from 'why the hell I need a test-case?' to 'you test-case, I love you ❤'