This app could be used to manually interact with the system under test. There are two modes of interaction:
- Sending messages to conn components directly
- Invoking act methods
This repository only contains a web app. For act-ui to function properly, 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/
)
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