owncast/test
dependabot[bot] fb0ac492b2
Bump fast-xml-parser and artillery in /test/load (#3300)
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) to 4.2.5 and updates ancestor dependency [artillery](https://github.com/artilleryio/artillery). These dependencies need to be updated together.


Updates `fast-xml-parser` from 3.19.0 to 4.2.5
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/3.19.0...v4.2.5)

Updates `artillery` from 2.0.0-34 to 2.0.0-36-f351294
- [Release notes](https://github.com/artilleryio/artillery/releases)
- [Commits](https://github.com/artilleryio/artillery/commits)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: indirect
- dependency-name: artillery
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-10 10:46:00 -07:00
..
automated fix(test): select all wasn't working, making the display name typed in too long 2023-08-18 20:28:25 -07:00
load Bump fast-xml-parser and artillery in /test/load (#3300) 2023-09-10 10:46:00 -07:00
.gitignore Point fakechat test script to localhost by default. Commit package.json 2021-01-02 12:16:53 -08:00
fakeChat.js Chat refactor + persistent backing chat users (#1163) 2021-07-19 19:22:29 -07:00
ocTestStream.sh Fix HLS automatic test (#2572) 2023-01-11 20:11:13 -08:00
package-lock.json Bump node-fetch from 2.6.6 to 2.6.7 in /test (#1700) 2022-01-24 10:44:04 -08:00
package.json Bump node-fetch from 2.6.6 to 2.6.7 in /test (#1700) 2022-01-24 10:44:04 -08:00
populateContent.sh Change host in fixture script 2022-10-02 21:40:15 -07:00
README.md chore(tests): add readme note about remote host testing 2023-04-19 09:40:19 -07:00
test-local.sh chore: add local<->public test script 2023-04-18 18:04:57 -07:00
userColorsTest.js Update chat styling 2020-10-16 17:46:44 -07:00

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

Public Testing

Run ./test-local.sh and it'll create a public URL that you can access your local Owncast instance from. This is particularly useful for testing mobile and other external devices, as well as webhooks. Make sure Owncast is running under port 8080.

If you'd like your own custom hostname that uses your username follow the instructions printed, otherwise use auto-generated name printed to the console for testing.

$ ./test/test-local.sh
Please wait. Making the local server port 8080 available at https://oc-gabek-develop.serveo.net
Forwarding HTTP traffic from https://oc-gabek-develop.serveo.net