An open API service indexing awesome lists of open source software.

https://github.com/th2-net/th2-act-ui


https://github.com/th2-net/th2-act-ui

fix otherprotocols rest-api th2-act-ui th2-box webui

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Act-ui
![](https://img.shields.io/github/package-json/v/th2-net/th2-act-ui)
![](https://img.shields.io/github/workflow/status/th2-net/th2-act-ui/build%20&%20publish%20release%20image%20to%20ghcr.io)

This app could be used to manually interact with the system under test. There are two modes of interaction:
1. Sending messages to conn components directly
2. Invoking act methods

This repository only contains a web app. For act-ui to function properly, [act-ui-backend](https://github.com/th2-net/th2-act-ui-backend) needs to be deployed at `{act-ui-path}/backend/*` (e.g. if act-ui is deployed at `https://cluster-name/namespace-name/act-ui`, act-ui-backend should be located at `https://cluster-name/namespace-name/act-ui/backend/`)

# Architecture
![picture](act-ui-architecture-schema.png)

# Configuration
To include this component in your schema, the following yml file needs to be created
```
apiVersion: th2.exactpro.com/v1
kind: Th2CoreBox
metadata:
name: act-ui
spec:
image-name: ghcr.io/th2-net/th2-act-ui
image-version: 1.0.17
type: th2-rpt-viewer
extended-settings:
resources:
limits:
memory: 300Mi
cpu: 210m
requests:
memory: 100Mi
cpu: 20m

```

# Screenshots
![picture](screenshot.png)