Coder Social home page Coder Social logo

isabella232 / paradox-tester Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oracle/paradox-tester

0.0 0.0 0.0 143 KB

A webservice for managing the scheduling, execution, and results of automated test suites

License: Apache License 2.0

Groovy 100.00%

paradox-tester's Introduction

Contributing

Installing Java

https://www.java.com/en/download/

Installing Gradle

$ curl -s get.sdkman.io | bash
$ sdk install groovy
$ sdk install gradle

Playing nice with Idea

This step only applies if you are using Intellij's Idea as your ide

gradle idea

Running the server

The file config.groovy has settings that are applicable for running on the production server. You may create a file config.local.groovy, which if present will be merged into the config overriding any values. Feel free to alter paths, ports, timeouts and other settings by changing this file. It is in the .gitignore.

From gradle:

gradle run

And you should see some output similar to

oejs.ServerConnector:main: StartedServerConnector@73483dda{HTTP/.1,[http/1.1]}{0.0.0.0:8080}
oejs.Server:main: Started @3287ms

You may have problems with Ctrl+C on Cygwin/windows with gradle being cancelled, but the server still running, and thus not releasing the bind on the port. In this case, you'll need to find and kill the java process keeping the port open every time you run a new server.

From idea:

To run the server from Idea, setup a new Run/Debug configuration. Add new configuration -> Application, set the Main class to webtesting.MainClass

Endpoints:

Tests

tests/ (GET)

tests/{suite} (GET)

tests/{suite}/{id} (GET)

Queue

queue/ (GET)

queue/{suite} (GET)

queue/{suite}/{id} (GET)

queue/{suite} (POST)

queue/{suite}/{id} (PUT)

Results

results/ (GET)

results/{suite} (GET)

results/{suite}/{id} (GET)

Diagnostics

ping/ (GET)

healthcheck/ (GET)

healthcheck/lb (GET)

healthcheck/nagios (GET)

paradox-tester's People

Contributors

martyneal avatar skylarhiebert avatar pcross616 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.