Skip to content
Snippets Groups Projects
Commit 2da72411 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Add OS dependencies for run-test-server to DEPDENCIES.md

parent 6ca4f233
Branches
Tags
2 merge requests!131FIX: error in regexp to match URLs,!128F 344 extern linkify absorbs commas etc into link adress
...@@ -31,5 +31,19 @@ ...@@ -31,5 +31,19 @@
editor plugins. Please refer to the `package.json` within editor plugins. Please refer to the `package.json` within
`libs/ckeditor...zip` for a full list of said plugins. `libs/ckeditor...zip` for a full list of said plugins.
## For testing ## For unit testing
* qunit-2.9.2 * qunit-2.9.2
### Debian 12 (also on WSL)
* unzip
* gettext
* firefox-esr
* xvfb
* libpci-dev
* libegl1
* imagemagick (to use `convert` on `screenshot.xwd`)
Install test dependencies on Debian
```bash
sudo apt install unzip gettext firefox-esr xvfb x11-apps libpci-dev libegl1 imagemagick
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment