Skip to content

Commit

Permalink
Added the rule for making testing instructions so that Pythagora tell…
Browse files Browse the repository at this point in the history
…s the user if they need to do something manually
  • Loading branch information
Zvonimir Sabljic committed Jul 13, 2024
1 parent cf61a96 commit f52e321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/prompts/troubleshooter/define_user_review_goal.prompt
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down

0 comments on commit f52e321

Please sign in to comment.