dangerzone/docs/developer/qa.md
Alex Pyrgiotis 0019f0d3d3
docs: Move dev_scripts docs under docs/ dir
Move the documentation on how to create and use containerized Dangerzone
environments under `docs/developer`, which seems like a more natural
place than a README under `dev_scripts/`.
2024-06-12 13:22:45 +03:00

651 B

Scripted QA

The dev_scripts/qa.py script runs the QA steps for a supported platform, in order to make sure that the dev does not skip something. These steps are taken from our release instructions.

The idea behind this script is that it will present each step to the user and ask them to perform it manually and specify it passes, in order to continue to the next one. For specific steps, it allows the user to run them automatically. In steps that require a Dangerzone dev environment, this script uses the env.py script to create one.

Including all the supported platforms in this script is still a work in progress.