Skip to content

Unify how we run tests and the code locally #1

@syphax-bouazzouni

Description

@syphax-bouazzouni

Currently to run tests , there is all this (historical) options:

I think we need to harmonize how we run tests, by (if possible):

  • Make run_tests.rb use the docker-compose.yml file
  • Remove run-unit-tests.sh and docker_infrastructure.rb if no more used
  • Make the CI test action use run_tests.rb (optional, but its better to use everywhere the same script)
  • Add documentation of how to run the tests using run_tests.rb

That was for testing, but why can't we use the same docker-compose.yml for development ?

  • Adding a script to build an environment using the same docker-compose but with port forwarding

Metadata

Metadata

Labels

documentationImprovements or additions to documentationenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions