CptFoobar / Owl

A Mozilla Firefox add-on to make online reading comfortable.
http://owl.sidhant.io
Other
63 stars 8 forks source link

Write tests for Owl #19

Open CptFoobar opened 7 years ago

CptFoobar commented 7 years ago

As Owl has grown over the years, I now feel the need to have a testing framework in place that would verify Owl's functionality before I push updates. The recent v2.1.x fiasco makes this evident. The problem is, I have no experience with JS testing frameworks, and there doesn't seem to be an out-of-the-box testing framework for WebExtensions anyway. However, I found the following links that may be of relevance:

The tests to be written are a topic for discussion for this thread.