Files
sogo/Tests/README.md
2021-11-17 19:13:36 -05:00

15 lines
551 B
Markdown

# Tests
This directory holds automated tests for SOGo.
- `spec` and `lib`: hold JavaScript driven interated tests that are used to validate overall DAV functionality
- `Unit`: holds all unit tests
## Tools
* [Jasmin](https://jasmine.github.io/) - testing framework
* [tsdav](https://tsdav.vercel.app/) - webdav request helper
* [ical.js](https://github.com/mozilla-comm/ical.js) - ics and vcard parser
* [cross-fetch](https://github.com/lquixada/cross-fetch) - fetch API
* [xml-js](https://github.com/nashwaan/xml-js) - convert JS object to XML