clucca / jhttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JAVA Test Intelligence Demo

  1. Change the the backround color in the following file by swapping the comments in the below file. https://github.com/harness-io/jhttp/blob/master/src/main/java/io/harness/jhttp/processor/DirectoryListing.java

The change should look like this:

image

  1. Create a pull request

  2. Click the "details" button on the status of your pull request, it will bring you to the demo environment running your build

image

Notes:

mvn clean package will build the application

It creates a self-contained, executable JAR in the target directory.

Usage:

usage: java -jar jhttp*.jar [-h] [-p <PORT>] [-r <DIR>] [-t <THREADS_NO>]
Starts a simple HTTP server
-h,--help                   display help
-p,--port <PORT>            port to listen (default: 8888)
-r,--root <DIR>             server root directory (default: '.')
-t,--threads <THREADS_NO>   thread pool size (default: 10)

About


Languages

Language:Java 97.5%Language:HTML 1.0%Language:Shell 0.8%Language:Dockerfile 0.7%