Content
View differences
There needs to **add and perform upgrade tests** for the `integration_openproject` app to ensure its functionality after updating to the latest (unstable) version.
command to upgrade:
```bash
php occ app:update --allow-unstable integration_openproject
```
<br>
So, the [Smoke Smoke testing documentation](https://github.com/nextcloud/integration_openproject/blob/master/docs/testing/smoke_testing.md) documentation needs to be updated by adding manual test cases for this upgrade process.
command to upgrade:
```bash
php occ app:update --allow-unstable integration_openproject
```
<br>
So, the [Smoke