Skip to content

Issue 7144 - Fixed: Issue reporter mock was broken

This MR for #55 (closed) contains the following changes:

  • Added mocks for the following APIs:
    • browser.tabs.*
    • XMLHttpRequest
  • Events to/from outside the issue reporter are being logged in the console
  • The submitted report data can be accessed via a link that's shown after the submission
  • Mention issue reporter in README
  • Fixed: Tab ID 0 was considered invalid even though it isn't

It doesn't implement the ability to test error scenarios but it's sufficient to help speed up development of #152 (closed).

Merge request reports