Learn how to setup tailwind css in a Vue CLI 3 project.
ReadUI 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.
ReadTesting 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.
ReadSetting up a auto-updater would be something significant in many case and this post is all about setting up a auto updater successfully!
ReadBuilding a chrome extension is fun! But deployment is a bit tedious as it requires few manual processes. In this post, I’ll Show you how to automate the build, upload and publish process of your chrome extension in a matter of few minutes.
Read