Merge branch 'chore/add-known-issues-to-readme' into 'main'
Chore: Add a link to test protocol & document known issues in android emulator See merge request bloodyhealth/drip!471
This commit is contained in:
@@ -169,6 +169,10 @@ You can run the tests with:
|
||||
|
||||
Hopefully you see the magic happening clicking through the app and happy test results on your console :sun_with_face: !
|
||||
|
||||
### Manual testing
|
||||
|
||||
To ensure that core app functionality is working, we developed a [test protocol](https://gitlab.com/bloodyhealth/drip/-/snippets/2283405).
|
||||
|
||||
## Debugging
|
||||
|
||||
In order to see logging output from the app, run `npm run log` in a separate terminal. You can output specific code you want to see, with:
|
||||
@@ -176,6 +180,13 @@ In order to see logging output from the app, run `npm run log` in a separate ter
|
||||
or just a random string to check if this piece of code is actually running:
|
||||
`console.log("HELLO")`.
|
||||
|
||||
## Known issues
|
||||
|
||||
### Android emulator
|
||||
|
||||
- Import/export to the local drive don't work.
|
||||
- Email button on the Hamburger menu > About doesn't work - throws a yellow error message "Possible unhandled promise rejection...".
|
||||
|
||||
## NFP rules
|
||||
|
||||
More information about how the app calculates fertility status and bleeding predictions in the [wiki on Gitlab](https://gitlab.com/bloodyhealth/drip/wikis/home).
|
||||
|
||||
Reference in New Issue
Block a user