From 07e86cb9f2b227e1b3bf7f491d29517caa86e7b7 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Wed, 11 Mar 2020 22:36:10 -0700 Subject: [PATCH] Created Release check list (markdown) --- Release-check-list.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Release-check-list.md diff --git a/Release-check-list.md b/Release-check-list.md new file mode 100644 index 0000000..c659e7d --- /dev/null +++ b/Release-check-list.md @@ -0,0 +1,23 @@ +**Install tests (run these tests once for the MSI version and then again for the MSIX version) :** + - install on a clean machine (a clean machine doesn't have the `SuperFancyZones` regkey and the `AppData\Local\Microsoft\PowerToys` folder + - run all funcional tests on the clean machine + - uninstall PT + - install previous version (if available) on a clean machine + - apply FZ custom layout + - use PowerRename with history ON + - install the new PT version and verify the version number in the General Settings + - verify the FZ custom layout is still active + - use PowerRename and verify history is consistent + - run all funcional tests + - uninstall PT + +**Mix MSI and MSIX install tests:** + - install the MSI version + - run PowerToys + - install MSIX version and cancel uninstall dialog warning (MSIX version should prompt that another instance of PT is already running) + - run again the MSIX version (from the Start Menu) and accept to uninstall the MSI version (verify it's properly uninstalled and that the MSIX version is running) + +**Functional tests:** + Regressions: + - https://github.com/microsoft/PowerToys/issues/1414#issuecomment-593529038 + - https://github.com/microsoft/PowerToys/issues/1524 \ No newline at end of file