cs481-ekh / s24-gone-phishin

https://cs481-ekh.github.io/s24-gone-phishin/
MIT License
1 stars 0 forks source link

Implement Puppeteer testing framework #77

Closed SorrenMosher closed 4 months ago

SorrenMosher commented 4 months ago

References user story #73

Implement Puppeteer for our project.

Definition of done:

SorrenMosher commented 4 months ago

Set up puppeteer on a test extension by following Chrome's tutorial: https://developer.chrome.com/docs/extensions/how-to/test/puppeteer

Had to do some troubleshooting to get it to work correctly. Successfully set up Puppeteer for our project. Added a sample test that simply makes sure our popup is working correctly. Submitted pull request. [t:90]