https://github.com/ether/etherpad-user-test
User Test
https://github.com/ether/etherpad-user-test
Last synced: 9 months ago
JSON representation
User Test
- Host: GitHub
- URL: https://github.com/ether/etherpad-user-test
- Owner: ether
- License: apache-2.0
- Created: 2021-02-15T18:23:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T09:43:52.000Z (over 2 years ago)
- Last Synced: 2025-06-05T09:18:14.096Z (9 months ago)
- Language: JavaScript
- Size: 222 KB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A tool to check that user defined attributes (username etc. are maintained upon connect/disconnect/rejoin.) and can be changed by the author.
## IMPORTANT
Don't forget to enable user Testing in your Etherpad ``settings.json``. ``"loadTest":true``
## Basic user Test Example
``etherpad-usertest``
## Specify the Etherpad instance
``etherpad-usertest http://127.0.0.1:9001``
## Test Specific Etherpad Instance for 60 seconds
``etherpad-usertest http://127.0.0.1:9001 -d 60``
## Test a specific Pad
``etherpad-usertest http://127.0.0.1:9001/p/test``
## Parameters
``-a`` number of active authors.
``-d`` duration in seconds to test for. Default is unlimited.
Basic user test will increase # of authors every 5 seconds until something blows up.
You should modify your tests to your use case.
# License
Apache 2