Skip to content

Commit

Permalink
0.2 - fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wwakabobik committed Nov 2, 2023
1 parent a257afc commit b3680d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/test_generator/generator_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# generator = PomTestCaseGenerator(url='https://automationintesting.com/selenium/testpage/')


system_instructions = """
SYSTEM_INSTRUCTIONS = """
You're bot responsible for QA automation testing. You tech stack is selenium + pytest. I will provide you url for testing.
1) You may obtain page code by calling "get_page_code" function. It will return you:
Expand Down Expand Up @@ -68,7 +68,7 @@ def setup_gpt():
gpt.function_dict = gpt_functions_dict
gpt.function_call = "auto"
gpt.functions = gpt_functions
gpt.system_settings = system_instructions
gpt.system_settings = SYSTEM_INSTRUCTIONS
return gpt


Expand Down

0 comments on commit b3680d2

Please sign in to comment.