owncast/test
Gabe Kangas 813f8692f0
Support color customization from the admin (#2338)
* Add user-customizable theming. Closes #1915

* Prettified Code!

* Add user-customizable theming. Closes #1915

* Add explicit color for page content background

* Prettified Code!

Co-authored-by: gabek <gabek@users.noreply.github.com>
2022-11-12 20:26:55 -08:00
..
automated Support color customization from the admin (#2338) 2022-11-12 20:26:55 -08:00
load Bump moment from 2.29.2 to 2.29.4 in /test/load (#1996) 2022-07-11 10:11:43 -07:00
.gitignore
fakeChat.js
ocTestStream.sh
package-lock.json
package.json
populateContent.sh Change host in fixture script 2022-10-02 21:40:15 -07:00
README.md
userColorsTest.js

Tests

Load Tests

  1. Install artillery from NPM/Yarn/Whatever Javascript package manager is popular this week.
  2. Start an instance of the server on localhost.
  3. artillery run httpGetTest.yaml for endpoint load tests.
  4. 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
  2. node fakeChat.js