From e35fc4d78ab5f1c2e92944130bfa31feeac8f6be Mon Sep 17 00:00:00 2001 From: Maria Zadnepryanets Date: Fri, 12 Aug 2022 09:13:46 +0000 Subject: [PATCH] Chore: Add a link to test protocol & document known issues in android emulator --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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).