ktrain5169/Vicky (Neuro Game API)
Neuro-sama simulator for testing integrations in CI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| port | Port for the WebSocket server. | no | 8080 |
| testFile | Path to the test file to run. | yes | ./tests/myTest.js |
| runner | Command 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-list | The JSON file containing the list of packets to send, receive and expect. | no | "" |
Outputs
| name | description |
|---|---|
| success | Whether or not all tests succeded or failed. |
| time | The time it took. Useful for l*tency measurements. |
| log | The run's log file. |