Skip to content

Add option on development script to run tests

In Docker environments, to run tests on microservices we are using the development script as follows:

./scripts/development exec resource-adaptor rspec

To facilitate the execution of automated tests, we should implement a new option in each microservice, such as:

./scripts/development test

This must be changed in the following services:

  • Resource Adaptor
  • Resource Cataloguer
  • Resource Discoverer
  • Data Collector
  • Actuator Controller
Edited by Arthur Del Esposte