docs: add testing section

This commit is contained in:
Eduard Bardají Puig
2022-11-04 14:59:15 +00:00
committed by edu-stx
parent d2a7e1718b
commit e2b9798e64

View File

@@ -51,6 +51,16 @@ supports Chromium and Firefox browsers. When you run `yarn dev`, it will compile
- [Chrome instructions](https://developer.chrome.com/docs/extensions/mv3/faq/#faq-dev-01)
- [Firefox instructions](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension#trying_it_out)
## Testing
Several testing scripts are available in [`package.json`](./package.json). Make sure to first run
```bash
yarn build:test
```
before running tests.
## Production
[See instructions on Hiro.so for installing from source for production usage.](https://www.hiro.so/wallet/install-web-source)