mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
* update sauce connect proxy to 4.6.2 * include tunnelIdentifier in webdriver capabilities * add platform in console output * include extendedDebugging in webdriver capabilities to get browser console logs * informative: add comment for timeouts during tests * When the killTimeout in runner.js stops the tests, it's an failure. * do not wait a hardcoded amount of 10 seconds for files to be minified. this setup time is not included in the total time of the first test. * run 4 browsers at a time during frontend testing * try to include test.speed in output * time is in test.duration, not test.speed * frontend tests: 6 sessions in parallel, add OSX 10.14-safari and Windows7-firefox, pin all browsers instead of use latest * typo |
||
|---|---|---|
| .. | ||
| backend | ||
| container | ||
| frontend | ||
| README.md | ||
About this folder: Tests
Before running the tests, start an Etherpad instance on your machine.
Frontend
To run the frontend tests, point your browser to <yourdomainhere>/tests/frontend
Backend
To run the backend tests, run cd src and then npm test