Version 1.10.0

This commit is contained in:
Girish Ramakrishnan
2024-06-03 11:32:02 +02:00
parent 1565a0f774
commit b5a542e2b1
3 changed files with 13 additions and 3 deletions

View File

@@ -144,7 +144,7 @@ describe('Application life cycle test', function () {
});
// test update
it('can install app', function () { execSync(`cloudron install --appstore-id org.traccar.cloudronapp --location ${LOCATION}`, EXEC_ARGS); });
it('can install app for update', function () { execSync(`cloudron install --appstore-id org.traccar.cloudronapp --location ${LOCATION}`, EXEC_ARGS); });
it('can get app information', getAppInfo);
it('can login', login.bind(null, ADMIN_USERNAME, ADMIN_PASSWORD));
it('can add device', addDevice);