For the complete documentation index, see llms.txt. This page is also available as Markdown.

Prerequisites

Before you begin, ensure you have the following in place.

Agent Version Requirements

  • Minimum Java Version: Java 8 or higher

  • SeaLights Java Agents: Latest stable version (recommended)

Downloading the Java Agent

Download the latest version of the SeaLights Java Agent.

There are two agent files

  • Build Scanner - sl-build-scanner.jar

  • Test Listener - sl-test-listener.jar

These agent files can be downloaded from: https://agents.sealights.co/sealights-java/sealights-java-latest.zip

Example CLI commands for downloading the SeaLights Java Agent:

# Download the latest Java agent
wget -nv https://agents.sealights.co/sealights-java/sealights-java-latest.zip

# Extract the agent
unzip -oq sealights-java-latest.zip

#validate the agent version
echo "Sealights Java Agent version used is:" `cat sealights-java-version.txt`

Instructions for downloading a specific version of the agent can be found here

Access Credentials

You'll need an Agent Token to authenticate the agent. See Generating a Token for detailed instructions.


Next Steps

Once you have your credentials and access to download the agent, proceed to Phase 1: Core Coverage to begin collecting coverage data from your application.

Last updated

Was this helpful?