Skip to content

Commit

Permalink
Add testing notes
Browse files Browse the repository at this point in the history
  • Loading branch information
arkie committed Apr 23, 2023
1 parent d26b639 commit d7fa472
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/CONTRIBUTING.md
Expand Up @@ -6,10 +6,13 @@ Thanks for your interest in contributing to PassFF!
To get started, you'll need to [fork and clone the repository](https://help.github.com/articles/fork-a-repo/).

For development or temporary testing in Firefox, open `about:debugging` and choose to load the add-on temporarily by selecting the file `src/manifest.json` in your git working directory.
For auto-reloading the extension on changes in a new profile, check out [Mozilla's Web-ext](https://github.com/mozilla/web-ext).
You may also use the *Firefox Debugger* for faster and easier debugging. [Quick introduction to Firefox Debugger](https://mozilladevelopers.github.io/playground/debugger/).

You'll probably want to enable debug logs. Open the PassFF preferences from the menu or from `about:addons` and enable the preference "Enable logging to the JavaScript web console".

If you'd like to easily toggle dark mode, you can also add `ui.systemUsesDarkTheme` as the number `1` in `about:config`.

## Style guide
Please follow these conventions and amend to them when necessary.

Expand Down

0 comments on commit d7fa472

Please sign in to comment.