jtsec92 / webextension

0 stars 0 forks source link

Automated Browser Tests #11

Open jtsec92 opened 2 years ago

jtsec92 commented 2 years ago

To test whether or not the extension is correctly scraping information from the product page of a website, developers need to spend time loading the extension into the browser and manually testing individual product pages. To save time we should implement selenium based browser tests that run every time a change is made to the code repository so that developers don't need to manually test every single product page that previously worked but that might not work after 1) the product page HTML has changed or 2) the code base has changed.

This will save a lot of programmer time and make the project more scalable.