Files
opencloud/tests/acceptance/features/coreApiMain/status.feature
Ralf Haferkamp 0c2da6e8fd Completely remove "edition" from capabilities
This removes the "edition" value for the capabilities. We don't need that
anymore.
2025-03-19 15:34:38 +01:00

13 lines
470 B
Gherkin

Feature: Status
As a admin
I want to check status of the server
So that I can ensure that the server is working
@smokeTest
Scenario: Status.php is correct
When the administrator requests status.php
Then the status.php response should include
"""
{"installed":true,"maintenance":false,"needsDbUpgrade":false,"version":"$CURRENT_VERSION","versionstring":"$CURRENT_VERSION_STRING","productname":"$PRODUCTNAME","product":"$PRODUCT"}
"""