https://github.com/lightsofapollo/overlord
https://github.com/lightsofapollo/overlord
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lightsofapollo/overlord
- Owner: lightsofapollo
- Created: 2014-06-27T00:59:44.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-08T23:20:49.000Z (almost 12 years ago)
- Last Synced: 2024-12-27T15:12:40.443Z (over 1 year ago)
- Language: Rust
- Size: 214 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).