From f52e321c259bc042a92bf5551dc932104bf0c9a7 Mon Sep 17 00:00:00 2001 From: Zvonimir Sabljic Date: Fri, 12 Jul 2024 17:47:20 -0700 Subject: [PATCH] Added the rule for making testing instructions so that Pythagora tells the user if they need to do something manually --- core/prompts/troubleshooter/define_user_review_goal.prompt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/prompts/troubleshooter/define_user_review_goal.prompt b/core/prompts/troubleshooter/define_user_review_goal.prompt index 733dd5e86..51a3a754a 100644 --- a/core/prompts/troubleshooter/define_user_review_goal.prompt +++ b/core/prompts/troubleshooter/define_user_review_goal.prompt @@ -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!