Skip to content

Commit

Permalink
restructure ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
CaroMac committed Sep 6, 2024
1 parent 1616e40 commit 694c2cd
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 18 deletions.
27 changes: 15 additions & 12 deletions src/data/nav.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,25 +95,28 @@
- title: Installing an Ecosystem using Helm
path: /docs/ecosystem/ecosystem-installing-k8s
- title: Configuring authentication
path: /docs/ecosystem/ecosystem-authentication
- title: Test streams
path: /docs/writing-own-tests/test-streams
- title: Managing integrated test runs
path: /docs/ecosystem/ecosystem-manage-cps
path: /docs/ecosystem/ecosystem-authentication
- title: Configuring an Ecosystem using resource files
path: /docs/ecosystem/cps-yaml
- title: Updating credentials in an Ecosystem
path: /docs/ecosystem/ecosystem-update-creds
- title: Managing integrated test runs
path: /docs/ecosystem/ecosystem-manage-cps
- title: Managing tests in an Ecosystem
path: /docs/manage-ecosystem
items:
- title: Test streams
path: /docs/manage-ecosystem/test-streams
- title: Selecting tests to run in an Ecosystem
path: /docs/cli-command-reference/ecosystem-cli-runs-prepare
path: /docs/manage-ecosystem/ecosystem-cli-runs-prepare
- title: Running tests in an Ecosystem
path: /docs/cli-command-reference/ecosystem-cli-runs-submit
path: /docs/manage-ecosystem/ecosystem-cli-runs-submit
- title: Retrying and cancelling tests
path: /docs/cli-command-reference/runs-reset-cancel
path: /docs/manage-ecosystem/runs-reset-cancel
- title: Viewing test run results
path: /docs/cli-command-reference/cli-runs-get
path: /docs/manage-ecosystem/cli-runs-get
- title: Downloading test artifacts
path: /docs/cli-command-reference/ecosystem-cli-runs-download
- title: Updating credentials in an Ecosystem
path: /docs/ecosystem/ecosystem-update-creds
path: /docs/manage-ecosystem/ecosystem-cli-runs-download
- title: Upgrading
path: /docs/upgrading
- title: Managers
Expand Down
10 changes: 10 additions & 0 deletions src/markdown-pages/docs/manage-ecosystem/manage-ecosystem.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
path: "/docs/manage-ecosystem"
title: "Managing tests in a Galasa Ecosystem"
---

Read the topics contained in this section to understand how to simply and effectively manage the scheduling and running of large numbers of Galasa tests in automation in a Galasa Ecosystem. You can group your tests using the test stream function, select groups of tests to run, retry and cancel failed tests, view results in a number of formats, and download test artifacts quickly and easily by using the Galasa CLI.




Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
path: "/docs/cli-command-reference/ecosystem-cli-runs-download"
path: "/docs/manage-ecosystem/ecosystem-cli-runs-download"
title: "Downloading test artifacts"
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
path: "/docs/cli-command-reference/cli-runs-get"
path: "/docs/manage-ecosystem/cli-runs-get"
title: "Viewing test run results"
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
path: "/docs/cli-command-reference/ecosystem-cli-runs-prepare"
path: "/docs/manage-ecosystem/ecosystem-cli-runs-prepare"
title: "Selecting tests to run in an Ecosystem"
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
path: "/docs/cli-command-reference/runs-reset-cancel"
path: "/docs/manage-ecosystem/runs-reset-cancel"
title: "Retrying and cancelling tests"
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
path: "/docs/cli-command-reference/ecosystem-cli-runs-submit"
path: "/docs/manage-ecosystem/ecosystem-cli-runs-submit"
title: "Running tests in an Ecosystem"
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
path: "/docs/writing-own-tests/test-streams"
path: "/docs/manage-ecosystem/test-streams"
title: "Test streams"
---

Expand Down

0 comments on commit 694c2cd

Please sign in to comment.