Using chatbots to test other chatbots
use
python3 ./chatbot.py
For 1 testing statement else provide a number for x number of testing statements
Example:
python3 ./chatbot.py 10
Run automated tests and have the questions in test.txt
npx playwright test
Have your OpenAI API key as an environment variable or in a file called .env then run the script, otherwise it will ask you for the OpenAI API key