A chatbot to help you model and build injection profiles for Gatling load tests
- An Anthropic account with an API token
- Clone the project from GitHub
- Add your API token to the
.env
file in theback
directory. - In your local environment navigate to the
back
folder and runnpm start
. This starts a local server on port 3001. - Navigate to the
chatbot-frontend
folder and runnpm start
. This starts the front end on port 3000 and should open your web browser. If the web browser fails to open, use the addresslocalhost:3000
in your browser to open the web interface.
- The bot should return code in Java unless you specify otherwise, but it often returns Scala.
- Some improvements here but I need to test this more stringently.
- the bot mixes the open and closed workload models.
- Display readable charts in the front end
- Improve the prompt engineering
- Improve the design
This is a hobby project. Feel free to submit ideas or PRs for improvement.