Quickstart Guide

The easiest way to get started is to use Docker. The provided Dockerfile hides the complexity of TTCN-3 from the user. Therefore the user has more time to test his systems.

Preparation

Installation

  1. Clone the IoT-Testware Dashboard project
git clone https://github.com/eclipse/iottestware.dashboard
cd iottestware.dashboard
  1. Build the Docker image
docker build -t $TESTWARE .
  1. Start the Docker container
docker run --network=host -ti $TESTWARE
  1. Call the Dashboard in your browser from https://localhost:3001