Skip to content

th2-net/th2-act-ui

Folders and files

NameName
Last commit message
Last commit date
Feb 10, 2023
Sep 29, 2021
Jun 21, 2022
Dec 3, 2021
Oct 16, 2020
Oct 16, 2020
Oct 25, 2021
Oct 16, 2020
Oct 12, 2021
Mar 4, 2021
Oct 25, 2021
Feb 10, 2023
Oct 16, 2020
Jul 19, 2021
Jul 8, 2021
Oct 16, 2020
Feb 10, 2023
Feb 10, 2023
Oct 16, 2020
Jul 8, 2021
Oct 16, 2020

Repository files navigation

Act-ui

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 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

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