End to end test suite for the Buildly platform, including both the Buildly Core backend and Buildly UI.
This setup can be used to test Buildly Core and Buildly UI locally. For this you need to run all services from a docker compose file:
docker-compose -f docker-compose.yaml up
Once all services are started the following is available on your localhost:
http://localhost:9001
Buildly UI React Frontendhttp://localhost:8080/docs
Buildly Swagger docshttp://localhost:8080/admin
Buildly Django Admin
The test suite can be executed by running
docker-compose up
This will start all services with the right configuration and then execute the test suite with the right variables.
The file .env is in control of all service versions used by the docker-compose files. Therefor to update to a new service version, you'll need to update the .env file.
This is currently work in progress...