Skip to content

Commit

Permalink
Add process diagram for Start Wait Stop testset and create Parallel S…
Browse files Browse the repository at this point in the history
…ubprocesses testset
  • Loading branch information
ylkhayat committed Feb 12, 2024
1 parent b240d8f commit c243e25
Show file tree
Hide file tree
Showing 15 changed files with 489 additions and 21 deletions.
12 changes: 3 additions & 9 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@
Welcome to the Smart Socket Service, your one-stop shop for controlling and monitoring smart sockets. This service is like a remote control for your smart sockets, but with superpowers! 💪
This documentation also has a [github page](https://ylkhayat.github.io/smart-socket-service/), maybe check it out for better visualization when it comes to testsets.

## Usage Scenario

One scenario for the usage of the smart-socket service is illustrated in the following diagram:

![Process Diagram](docs/process-scenario-a.svg)

### Testsets
### Usage Scenario & Testsets

This project contains testsets for various scenarios. Jump in there to check them out!
We have two test sets, but you can be more adventurous!

- [Parallel Start Wait Stop](testsets/parallel-start-wait-stop/README.md)
- [Start Wait Stop](testsets/start-wait-stop/README.md)
Navigate to [testsets](./testsets/) so we can discover them further!

## 🌐 API Endpoints

Expand Down
10 changes: 0 additions & 10 deletions docs/testsets/README.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 🧪 Parallel Start Wait Stop Testset
# 🧪 Parallel Subprocesses Testset

This directory contains all the runs for the Parallel Start Wait Stop testset.
This directory contains all the runs for the Parallel Subprocesses testset.

This process uses instances of the previously defined `Start Wait Stop` testset!

![Process Diagram](./parallel-subprocesses.svg)

## 📊 HTML Reports

Expand Down
Loading

0 comments on commit c243e25

Please sign in to comment.