Forráskód Böngészése

Merge pull request #86 from o3de/installer-workflow-updates

Installer workflow updates

Add sig-simulation workflow template to sig-build repository which has been PR'd in sig-simulation.
Rename installer workflow to not be platform specific.
Deprecating installer workflow by removing content and pointing towards the sig-testing installer workflow tests which it was duplicating effort for.


Signed-off-by: FuzzyCarterAWS <[email protected]>
Fuzzy Carter 2 éve
szülő
commit
f8515badd4

+ 3 - 0
testing-guidance/workflow-tests/installer/installer-workflow-tests.md

@@ -0,0 +1,3 @@
+# Installer Workflows
+
+Please see the sig-content [Installer Test Matrix](https://github.com/o3de/sig-testing/blob/main/installer-test-matrix.md) for workflow testing of this area.

+ 0 - 16
testing-guidance/workflow-tests/installer/windows-installer-workflow-tests.md

@@ -1,16 +0,0 @@
-# Windows Installer Workflows
-
-These workflows center around the basic functions of the Windows Installer.  These include both the act of installing and uninstalling O3DE.
-
-## Common Issues
-
-*   Invalid install location (Directory isn't empty)
-*   Install already exists (side-by-side install not currently supported)
-
-## Workflows
-
-| Workflow                         | Steps                                                                                                                                                                            | Expectations                                                                                                                      |
-|----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
-| Install O3DE In Default Location | 1.  Download latest Release or Development Installer<br>2.  Run the Installer<br>3.  Select "Install"                                                                            | *   O3DE successfully installs in the default location (Generally the root of the C drive)<br>*   User is able to launch o3de.exe |
-| Install O3DE in Custom Location  | 1.  Download latest Release or Development Installer<br>2.  Run the Installer<br>3.  Select "Options"<br>4.  Browse to a new location<br>5.  Select "OK"<br>6.  Select "Install" | *   O3DE successfully installs in the user defined location<br>*   User is able to launch o3de.exe                                |
-| Uninstall O3DE                   | 1.  With O3DE already installed, launch the installer<br>2.  Select "Uninstall"                                                                                                  | The installer successfully uninstalls O3DE from the previously defined location on disk                                           |

+ 50 - 0
testing-guidance/workflow-tests/workflow-template.md

@@ -0,0 +1,50 @@
+# FEATURE Workflow Tests
+
+Testing in this area should focus on the SOMETHING SOMETHING.
+
+## General Docs
+* [Some Docs](https://www.o3de.org/docs/)
+
+## Common Issues to Watch For
+
+Test guidance will sometimes note specific issues to watch for. The common issues below should be watched for through all testing, even if unrelated to the current workflow being tested.
+- Some common issue
+
+## Workflows
+
+### Area: SOME AREA WORKFLOW
+
+**Project Requirements**
+* You've read through the DOCS docs.
+* Ability to deploy sample to Mobile device for mobile sample
+
+**Workflow Docs**
+* [Some Workflow Specific Docs](https://www.o3de.org/docs/)
+
+**Editor Platforms:**
+* Windows
+* Linux
+
+**Game Launcher Supported Platforms:**
+* Windows
+* Linux
+* Mobile
+
+**Product:** 
+
+**Suggested Time Box:** 15 minutes per platform.
+
+| Workflow                     | Requests           | Things to Watch For |
+|------------------------------|--------------------|---------------------|
+| ****                         | <ol><li></li></ol> | <ul><li></li></ul>  |
+| ****                         | <ol><li></li></ol> | <ul><li></li></ul>  |
+---
+
+
+## Additional Coverage: New Features, Feature Improvements, Areas of Concern for Current LKG
+This section should change for each LKG cycle to target new features, feature area improvements, or an area that has been presenting issues and can use additional coverage in the LKG cycle.
+
+Execute the following Workflow Docs:
+
+
+