# 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.