all-in-one/tests/QA
szaimen 734a28842c Update copyright
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-14 12:16:19 +00:00
..
assets/backup-archive Update copyright 2024-10-14 12:16:19 +00:00
001-initial-setup.md Update copyright 2024-10-14 12:16:19 +00:00
002-new-instance.md Update copyright 2024-10-14 12:16:19 +00:00
003-automatic-login.md Update copyright 2024-10-14 12:16:19 +00:00
004-initial-backup.md Update copyright 2024-10-14 12:16:19 +00:00
010-restore-instance.md Update copyright 2024-10-14 12:16:19 +00:00
020-backup-and-restore.md Update copyright 2024-10-14 12:16:19 +00:00
030-aio-password-change.md Update copyright 2024-10-14 12:16:19 +00:00
040-login-behavior.md Update copyright 2024-10-14 12:16:19 +00:00
050-optional-addons.md Update copyright 2024-10-14 12:16:19 +00:00
060-environmental-variables.md Update copyright 2024-10-14 12:16:19 +00:00
070-timezone-change.md Update copyright 2024-10-14 12:16:19 +00:00
080-daily-backup-script.md Update copyright 2024-10-14 12:16:19 +00:00
readme.md Update copyright 2024-10-14 12:16:19 +00:00

/**

  • SPDX-FileCopyrightText: 2024 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.