Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 805 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 805 Bytes

Overview

This repository contains a simple Java example of how to run SPT testcases using Sunshine.

Installation

To use this example, please consult the SPT Readme on how to build both SPT and Sunshine.

Once you managed to build them both, you can alter this repository's Main.main method to initialize Sunshine with paths that make sense for your setup. Note that this project requires the sunshine.jar that you made during the building of Sunshine.

Usage

Just run Main.main and check out the cool JSON report in the console. It is pretty straightforward to expand this example and atually do interesting stuff with the TestSuite report.