Browse Source

Project Export workflow tests stub (#139)

Signed-off-by: FuzzyCarterAWS <[email protected]>

* Introduced a Project Export workflow with two workflow areas stubbed.
* Note: This workflow is intentionally incomplete as testing needs to be scoped and added as the feature is in a Minimum Loveable Product (MLP) state to guide future development.
Fuzzy Carter 2 years ago
parent
commit
6a05b37f1c

+ 71 - 0
testing-guidance/workflow-tests/o3de-project-manager/project-export/project-export-workflow-tests.md

@@ -0,0 +1,71 @@
+# Project Export Workflow Tests
+
+Testing in this area should focus on the **O3DE Project Manger's** **Project Export** workflows. This should include 
+general validations that the tool's base functionality & examples work while also stressing the scriptable export
+pipeline.
+
+
+| Important Note!                                                                |
+|--------------------------------------------------------------------------------|
+| This workflow is currently only a stub as the feature is still in development. |
+
+
+## General Docs
+* [TBD](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.
+- TBD
+
+## Workflows
+
+### Area: Example Project Workflow Export
+
+**Project Requirements**
+* A project that is ready for export
+  * AutomatedTesting or MutliplayerSample(?)
+  * A user created Project
+
+**Workflow Docs**
+* [Some Workflow Specific Docs](https://www.o3de.org/docs/)
+
+**Platforms:**
+* Windows
+* Linux
+
+**Product:** An Exported Project that can then be launched and played
+
+**Suggested Time Box:** X 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>  |
+---
+
+### Area: Project Export Scripting Workflows
+
+**Project Requirements**
+* A project that is ready for export
+  * AutomatedTesting or MutliplayerSample(?)
+
+**Workflow Docs**
+* [Some Workflow Specific Docs](https://www.o3de.org/docs/)
+
+**Platforms:**
+* Windows
+* Linux
+
+**Product:** Custom generated export scripts and an exported Project that can then be launched and played.
+
+**Suggested Time Box:** X 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>  |
+---
+
+
+