An open API service indexing awesome lists of open source software.

https://github.com/lightsofapollo/overlord


https://github.com/lightsofapollo/overlord

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Overlord

Parallel test amazing things (someday this currently does very little).

## TODO:

- [x] Recursive manifest loading.
- [x] Match files to suites
- [] Match suites to files
- [] Execution of files in suites.
- [] Parallel execution of files.
- [] Parsing of output of files.
- [] Real time merging of suite output in parallel tasks.
- [] Parse TAP.
- [] Parse JSON.
- [] Parse TBPL (Mozilla) output format.
- [] Parse Structured Logging.
- [] Output a "pretty" color format by converting from another format
- [] Output TAP.
- [] Output TBPL (Mozilla).