Skip to content

A repository for posting the results of running the CQL Tests against a CQL Engine

License

Notifications You must be signed in to change notification settings

cqframework/cql-tests-results

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CQL Tests Results Repository

This repository supports posting the results of running the CQL Tests against a CQL engine.

The results folder that is the target, and is expected to contain any number of JSON files that are formatted as defined by the CQL-Tests-Runner as documented in the Result class.

Optionally Running the Results UI

You may also access these files visually via prebuilt images that include a generated index for seamless loading in the CQL Tests UI web application using Docker, Podman, or any container runtime, like so:

# Run the latset CQL Tests Results image
docker run -it --rm --name cql-tests-results -p 4242:80 hlseven/quality-cql-tests-results:latest

# Secondly, run the latset CQL Tests UI image
docker run -it --rm --name cql-tests-ui -p 4200:80 hlseven/quality-cql-tests-ui:latest

CQL Tests UI can now be launched to preload the results index and data files!

http://localhost:4200/?index=http://localhost:4242/index.json

About

A repository for posting the results of running the CQL Tests against a CQL Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •