stack-spot / stackspot-roadmap

2 stars 0 forks source link

Starter Tests #105

Open MarianaPacheco1 opened 7 months ago

MarianaPacheco1 commented 7 months ago

Description

By completing this user story, content creators will be able to create starter tests and be able to test this content before it is even published and available to content consumers.

Intended Result

The successful implementation of this user story will benefit content creators who will now be able to create their starter tests to check for anomalies before making this content available. This makes it possible to make corrections as soon as faults are diagnosed through the implemented tests.

How will it work

Preview Feature

.
└── my-stack-java
    ├── docs
    │   ├── en_us
    │   │   └── docs.md
    │   └── pt_br
    │       └── docs.md
    ├── stack.yaml
    └── starters
        ├── my-starter-app-java
        │   ├── docs
        │   │   ├── en_us
        │   │   │   └── docs.md
        │   │   └── pt_br
        │   │       └── docs.md
        │   ├── starter.yaml
        │   └── tests
        │       └── test-case-1
        │           ├── expected
        │           │   └── README.md
        │           ├── target
        │           │   └── README.md
        │           └── test-case.yaml
        └── my-starter-infra-java
            ├── docs
            │   ├── en_us
            │   │   └── docs.md
            │   └── pt_br
            │       └── docs.md
            └── starter.yaml