Merge pull request #1053 from Pythagora-io/z_coding_raised_hands

Added the rule for making testing instructions so that Pythagora tell…
This commit is contained in:
LeonOstrez
2024-07-13 07:58:02 +01:00
committed by GitHub

View File

@@ -25,6 +25,7 @@ Follow these important rules when compiling a list of actions the user will take
5. The user is using {{ os }}, so the commands must run on that operating system
6. Assume system services, such as the database, are already set up and running. Don't ask user to install or run any software other than the app they're testing.
7. Don't ask the user to test things which aren't implemented yet (eg. opening a theoretical web page that doesn't exist yet, or clicking on a button that isn't implemented yet)
8. Think about if there is something that user needs to do manually to make the next testing step work
Remember, these rules are very important and you must follow them!