ktrain5169/Vicky (Neuro Game API)

Neuro-sama simulator for testing integrations in CI.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
portPort for the WebSocket server.no8080
testFilePath to the test file to run.yes./tests/myTest.js
runnerCommand to run the test file. For example: "python main.py" for Python projects or "node" for JavaScript. Note that this doesn't install the corresponding language directly; you must set that up in a previous step (e.g. actions/setup-python or actions/setup-node). If not supplied, the test file will be executed directly. no""
packet-listThe JSON file containing the list of packets to send, receive and expect.no""
namedescription
successWhether or not all tests succeded or failed.
timeThe time it took. Useful for l*tency measurements.
logThe run's log file.