panduroab / aluxe-testing

A testing tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aluxe Testing

A testing tool. Create testing environments for your Node.js projects.

Aluxe Testing will help you to create a full testing enviroment for your Node.js application. Test your API, your client applications and the databases.

Getting Started

Clone the project and install the dependencies

git clone git@github.com:panduroab/aluxe-testing.git
cd aluxe-testing
npm install
npm test

all tests should pass

Prerequisites

You have to install in your machine:

You should be able to run this commands successfully

node --version
docker --version
docker-compose --version

Authors

  • Abraham Panduro - Full-Stack Developer and Team Lead at iTexico -

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • Aluxe is a software initiative. We believe in agile methodologies, best practices and sharing knowledge.

About

A testing tool.

License:MIT License


Languages

Language:JavaScript 100.0%