melink14 / rikaikun

rikaikun is a Chrome extension that helps you to read Japanese web pages by showing the reading and English definition of Japanese words when you hover over them.
https://chrome.google.com/webstore/detail/rikaikun/jipdnfibhldikgcjhfnomkfpcebammhp
GNU General Public License v3.0
419 stars 80 forks source link

Add E2E test which installs extension #869

Open melink14 opened 2 years ago

melink14 commented 2 years ago

In order to catch problems like missing content scripts loading the extension in the browser would be good.

Types of errors:

melink14 commented 2 years ago

https://github.com/thom4parisot/crx is a NPM module for packing CRX and is up to date.

melink14 commented 2 years ago

I shouldn't need private key if I don't care about the extension ID.

melink14 commented 2 years ago

chrome.exe's pack ability has some custom functionality (for example skipping dot files) so we may want to use that for increased coverage of problem types.