mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-04 18:00:10 +00:00
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
13 lines
792 B
Markdown
13 lines
792 B
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
|
|
# QA test plans
|
|
|
|
In this folder are manual test plans for QA located that allow to manually step through certain features and make sure that everything works as expected.
|
|
|
|
For a test instance, you should make sure that all potentially breaking changes are merged, build new containers by following https://github.com/nextcloud/all-in-one/blob/main/develop.md#how-to-build-new-containers, stop a potential old instance, remove it and delete all volumes. Afterwards start a new clean test instance by following https://github.com/nextcloud/all-in-one/blob/main/develop.md#developer-channel.
|
|
|
|
Best is to start testing with [001-initial-setup.md](./001-initial-setup.md).
|