-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Currently to run tests , there is all this (historical) options:
- run-unit-tests.sh
- docker_infrastructure.rb
- run_tests.rb
- Run the docker compose with port forwarding then bundle exec rake test (what I do)
- A github action that use docker-compose.yml
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
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request