mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
17 lines
507 B
Markdown
17 lines
507 B
Markdown
# Tests
|
|
|
|
## Load Tests
|
|
|
|
1. Install [artillery](https://artillery.io/) from NPM/Yarn/Whatever Javascript package manager is popular this week.
|
|
1. Start an instance of the server on localhost.
|
|
1. `artillery run httpGetTest.yaml` for endpoint load tests.
|
|
1. `artillery run websocketTest.yaml` for websocket load tests.
|
|
|
|
|
|
## Chat test
|
|
|
|
This will send automated fake chat messages to your localhost instance.
|
|
Edit the messages, usernames or point to a different instance.
|
|
|
|
1. `npm install`
|
|
1. `node fakeChat.js`
|