diff --git a/functional_tests/features/minidlna.feature b/functional_tests/features/minidlna.feature new file mode 100644 index 000000000..22aa22308 --- /dev/null +++ b/functional_tests/features/minidlna.feature @@ -0,0 +1,19 @@ +# SPDX-License-Identifier: AGPL-3.0-or-later + +@apps @minidlna +Feature: minidlna Simple Media Server + Run miniDLNA media server + +Background: + Given I'm a logged in user + And the minidlna application is installed + +Scenario: Enable minidlna application + Given the minidlna application is disabled + When I enable the minidlna application + Then the minidlna service should be running + +Scenario: Disable minidlna application + Given the minidlna application is enabled + When I disable the minidlna application + Then the minidlna service should not be running