The BlueXolo Assistant was created to offer virtual assistant for BlueXolo users. The chat bot is able to answer questions about each section of the tool, this is mainly useful for new users trying to learn how to use BlueXolo and start automating their testing.
To get started you just need to install:
- Docker
- Git
Fork this repository.
Clone your fork git clone https://github.com/[user]/BlueXoloAssistant.git
Execute the run script located in tools.
Example: ./run.sh [botpress/server docker image tag]
Now the Botpress Server is running in http://localhost:3000/
Credentials are required to log in the server.
- Check the open issues.
- Create a branch in your forked repository called #[issue number]-[issue name] based on the lastest development branch.
- Once the issue is solved in the working branch create a pull request to the development branch of this repository to integrate your changes.
- If after testing in development branch the changes work as expected their will be integrated in the main branch.
Each merge on the main branch means a version change acording to the evaluation on the integrated changes, increase the current number of version.
major.minor.micro
Licensed under the Apache 2.0 license.