diff --git a/README.md b/README.md index ea6b133..5d75835 100644 --- a/README.md +++ b/README.md @@ -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).