Python server for TestRift real-time test runs: live log streaming, result storage, and a web UI for browsing and analysis.
TestRift is currently in an experimental phase. APIs, configuration, and data formats may change at any time without notice.
pip install testrift-servertestrift-serverOr:
python -m testrift_server- The server loads configuration from either:
testrift_server.yamlin the directory you runtestrift-serverfrom, orTESTRIFT_SERVER_YAML(a filesystem path to a YAML config file; absolute path recommended). If set, the server will fail to start if the file does not exist.
For the full configuration reference, see server_config.md.