gerbera-integration

UI Test Suite

The docker-compose.ui.yml generates all containers and starts up the system for Gerbera Web UI integration test.

// Build the docker containers
$ docker-compose -f docker-compose.ui.yml build

// Run the test suite
$ docker-compose -f docker-compose.ui.yml up --abort-on-container-exit

This will launch all the containers and run the UI integration test suite. The system aborts all containers when the gerbera-ui container exits upon completion of the tests.

Try using the Gerbera CLI —> gi test ui