The windows runner can easily be set up. We are assuming Windows 10 is installed, you have already installed a CI integration and can execute a binary.

Out of Scope

Pre-Condition

Installation

  1. Create a folder in your system, e.g.: C:\controlui
  2. Download the binaries from controlui-client (See Controlui Runner ) and controlui-server (See Controlui Runner ) and copy it to the folder.
  3. Add the folder to the PATH variable

Test Installation

  1. Open a new cmd

  2. Enter:

    controlui-client -v
    
  3. This should display: 1.

     ```java
     controlui-client: 0.2.0
     ```
    
  4. Enter:

    controlui-server
    
  5. This should start the application 1.

     ![<https://s3-us-west-2.amazonaws.com/secure.notion-static.com/7957e0e6-4732-4c3b-b30f-74801d697eb8/grafik-20210923-142157.png>](<https://s3-us-west-2.amazonaws.com/secure.notion-static.com/7957e0e6-4732-4c3b-b30f-74801d697eb8/grafik-20210923-142157.png>)
    

Now the controlui-server and controlui-client are available.

Integrate in CI

The controlui-server has to start only once.

  1. controlui-server -m -d 0

If the contrului-server is started, following command can be used to execute all current test steps