Skip to main content

Roost on Windows

Steps to install

Use the Windows installer provided by Roost team. 

Upon a successful installation, you will see the files copied on your system

File Name Type Location

roostgpt-win.exe

Windows executable /var/tmp/Roost/bin

RoostJavaASTParser.jar

Java archive /var/tmp/Roost/bin

RoostUITestGenerator-win.exe

Windows executable /var/tmp/Roost/bin

license.ral

Encrypted data file $USER_PROFILE/.roost

roost-workspace (folder)

RoostGPT Pre-canned Samples $USERPROFILE/roost-workspace

Pre-requisites to run Roost Generated Tests

To run the Roost generated tests successfully on the local system, you will need pre-requisites installed on the system

Pre-requisites for Java Unit Test:
    • JDK/JRE

    • Maven/Gradle

Pre-requisites for API Spec Test:
    • Postman/Newman

Pre-requisites for UI Test:
    • Playwright

Steps to run the Roost Samples

Structure - Roost Sample Workspace 

The workspace contains example projects to help you get started:

~/workspace/
├── functional-test/
    └── functional-test.env          # Configuration for POC 1
    └── run.sh                       # Run script for POC 1
    └── UserStory.docx               # Sample user requirements doc for POC 1
└── postman-api-test/
    └── postman-api-test.env          # Configuration for POC 2
    └── run.sh                        # Run script for POC 2
    └── weather.yaml                  # Sample Swagger Spec for POC 2