apache/flagon-useralejs

Add testing suite for web extension

Jyyjy opened this issue · 3 comments

There are no current tests for the browser extension. Browser extension tests can be added to the existing cypress tests.

https://docs.cypress.io/api/plugins/browser-launch-api#Add-browser-extensions

Updating with additional requirements:

  • regression tests by feature (some features already covered in core test suite)
  • integration tests per browser (currently covering Edge, Chrome, Firefox)

Update (06/4/2024): Trying to organize Cypress files to get them to work with typescript.

Closed by #466