Update the QA section in RELEASE.md

Update the QA section in the RELEASE.md, based on the latest changes on
our main branch.
This commit is contained in:
Alex Pyrgiotis 2022-12-01 14:43:56 +02:00
parent eb38c39557
commit 03823bbd29
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -85,22 +85,27 @@ showing the last error message.
#### 6. Dangerzone succeeds in converting multiple documents #### 6. Dangerzone succeeds in converting multiple documents
Run Dangerzone against a list of documents, and tick all options. Ensure that: Run Dangerzone against a list of documents, and tick all options. Ensure that:
* Conversions start in parallel. * Conversions take place sequentially.
* Attempting to close the window while converting asks the user if they want to
abort the conversions.
* Conversions are completed successfully. * Conversions are completed successfully.
* Conversions show individual progress. * Conversions show individual progress.
* _(Only for Linux)_ The resulting files open with the PDF viewer of our choice. * _(Only for Linux)_ The resulting files open with the PDF viewer of our choice.
* OCR seems to have detected characters in the PDF files. * OCR seems to have detected characters in the PDF files.
* The resulting files have been saved with the proper suffix, in the proper * The resulting files have been saved with the proper suffix, in the proper
location. location.
* The original files have been saved in the `unsafe/` directory.
#### 7. Dangerzone CLI succeeds in converting multiple documents #### 7. Dangerzone CLI succeeds in converting multiple documents
Run Dangerzone CLI against a list of documents. Ensure that conversions start in _(Only for Windows and Linux)_
parallel, are completed successfully, and we see their progress.
Run Dangerzone CLI against a list of documents. Ensure that conversions happen
sequentially, are completed successfully, and we see their progress.
#### 8. Dangerzone can open a document for conversion via right-click -> "Open With" #### 8. Dangerzone can open a document for conversion via right-click -> "Open With"
_(Only for MacOS)_ _(Only for Windows and MacOS)_
Go to a directory with office documents, right-click on one, and click on "Open Go to a directory with office documents, right-click on one, and click on "Open
With". We should be able to open the file with Dangerzone, and then convert it. With". We should be able to open the file with Dangerzone, and then convert it.