# BlueXolo
**Repository Path**: mirrors_ibm/BlueXolo
## Basic Information
- **Project Name**: BlueXolo
- **Description**: BlueXolo
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-11-23
- **Last Updated**: 2025-08-09
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# BlueXolo - Automated Testing Framework
## Introduction
BlueXolo is a WEB framework that allows the generation of test scripts in a visual way using a βdrag and dropβ interface which allows the generation of complex test cases spending a minimum amount of time.
> Here you can find the [Main Characteristics](Main_Characteristics.md) of BlueXolo.
## Getting Started
BlueXolo runs using a Docker Compose environment, so you just need to install:
- Docker
- Docker Compose
- Git
## Installation Guide
Please read the [Installation Guide](INSTALL.md) to get started.
## Development environment
BlueXolo has a development environment to share your local repository with the Docker container running and make the development easy with features like live code changes and configurations for verbose logging. Once you have followed the installation steps you just need to execute one command to run.
### Run
```bash
docker-compose -f docker-compose.yaml up
```
### Stop
```bash
docker-compose -f docker-compose.yaml down
```
### Build
```bash
docker-compose -f docker-compose.yaml build
```
### Clear persistent storage
```bash
docker volume rm bluexolo_development_db bluexolo_development_media
```
## Production environment
This environment is optimized for a faster experience using BlueXolo, with light-weight images just with the required packages.
### Run
```bash
docker-compose -f docker-compose-deploy.yaml up
```
### Stop
```bash
docker-compose -f docker-compose-deploy.yaml down
```
### Build
```bash
docker-compose -f docker-compose-deploy.yaml build
```
### Clear persistent storage
```bash
docker volume rm bluexolo_production_db bluexolo_production_media
```
## Usage
To know more about some common use cases of BlueXolo, please read the [User Guide](User_Guide.md).
## How To Contribute
Please read [How to Contribute](How_To_Contribute.md) for details on our code of conduct, and the process for submitting pull requests to us.
## How to report Issues / Enhancements
If you experience any issues with BlueXolo on any Operating System, or you have a suggestion or enhancement please [open a ticket](https://github.com/IBM/BlueXolo/issues/new/choose) in the issue tracker.
## Licence
[Apache 2.0](https://github.com/IBM/BlueXolo/blob/master/LICENSE)
## YouTube Videos
[Local case study](https://www.youtube.com/watch?v=prtLbBrFsIo)
[Run BlueXolo for Development purposes in MacOSX](https://www.youtube.com/watch?v=U9uG7ZFs-Us&t=118s)
[Libraries](https://www.youtube.com/watch?v=ocdulq2vTL4&t=19s)
[Mextract](https://www.youtube.com/watch?v=ReZXMvrFQOw)
## Contact Links
[BlueXolo Google Group (edited)](https://groups.google.com/forum/#!forum/bluexolo/join)
[BlueXolo Web Page](https://ibm.github.io/BlueXolo/)
[BlueXolo ZenHub](https://app.zenhub.com/workspaces/bluexolo-5c09910d4b5806bc2bfb46c4/board)
[BlueXolo GitHub](https://github.com/IBM/BlueXolo)
## List of Contributors
BlueXolo was originally created in 2016 at IBM by the Systems division in Guadalajara, Jalisco, Mexico.
With a great contribution of Tecnologico de Monterrey.
| [
Abdel Aguilar](https://github.com/abdelmaster)
[π»](https://github.com/IBM/BlueXolo/commits?author=abdelmaster) [π]() [π](#review-abdelmaster "Reviewed Pull Requests") [β
]() | [
Jaime Alejandro](https://github.com/jarryfull)
[π»](https://github.com/IBM/BlueXolo/commits?author=jarryfull) [π]() [π](#review-jarryfull "Reviewed Pull Requests") [β
]() | [
Fernando Quintero](https://github.com/fquinteroa)
[π»](https://github.com/IBM/BlueXolo/commits?author=fquinteroa) [π]() [π](#review-fquinteroa "Reviewed Pull Requests") [β
]() | [
Oscar Pacheco](https://github.com/scar86)
[π»](https://github.com/IBM/BlueXolo/commits?author=scar86) [π]() [π](#review-scar86 "Reviewed Pull Requests") [β
]() | [
Ulises Buendia](https://github.com/ulibn)
[π»](https://github.com/IBM/BlueXolo/commits?author=ulibn) [π]() [π](#review-ulibn "Reviewed Pull Requests") [β
]() | [
Arianne Navarro](https://github.com/arinavarro)
[π»](https://github.com/IBM/BlueXolo/commits?author=arinavarro) [π]() [π](#review-arinavarro "Reviewed Pull Requests") [β
]() | [
David Anizar](https://github.com/davidanizar)
[π»](https://github.com/IBM/BlueXolo/commits?author=davidanizar) [π]() [π](#review-davidanizar "Reviewed Pull Requests") [β
]() | [
Victor HernΓ‘ndez](https://github.com/ivicman)
[π»](https://github.com/IBM/BlueXolo/commits?author=ivicman) [π]() [π](#review-ivicman "Reviewed Pull Requests") [β
]() | [
Adolfo Reynoso](https://github.com/capikp)
[π»](https://github.com/IBM/BlueXolo/commits?author=capikp) [π]() [π](#review-capikp "Reviewed Pull Requests") [β
]() |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
Please read the [List of Contributors](CONTRIBUTORS_LIST.md) to know the all the people that makes this projects possible.