aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-26 09:52:50 +0200
committerChocobozzz <me@florianbigard.com>2023-05-26 09:52:50 +0200
commita4c49a17ea8b90c1522a9d0868de7186c7432592 (patch)
tree6a9a9f756d5c430176823a30ad76d39c970aeef5
parent64aa66c4a61e1c6aa83a775e7af498e288ea82e4 (diff)
downloadPeerTube-a4c49a17ea8b90c1522a9d0868de7186c7432592.tar.gz
PeerTube-a4c49a17ea8b90c1522a9d0868de7186c7432592.tar.zst
PeerTube-a4c49a17ea8b90c1522a9d0868de7186c7432592.zip
Add missing tests env doc
-rw-r--r--support/doc/development/tests.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/doc/development/tests.md b/support/doc/development/tests.md
index c4935b70d..e3a65c35f 100644
--- a/support/doc/development/tests.md
+++ b/support/doc/development/tests.md
@@ -69,6 +69,8 @@ Some env variables can be defined to disable/enable some tests:
69 69
70 * `DISABLE_HTTP_IMPORT_TESTS=true`: disable import tests (because of youtube that could rate limit your IP) 70 * `DISABLE_HTTP_IMPORT_TESTS=true`: disable import tests (because of youtube that could rate limit your IP)
71 * `ENABLE_OBJECT_STORAGE_TESTS=true`: enable object storage tests (needs `chocobozzz/s3-ninja` container first) 71 * `ENABLE_OBJECT_STORAGE_TESTS=true`: enable object storage tests (needs `chocobozzz/s3-ninja` container first)
72 * `AKISMET_KEY`: specify an Akismet key to test akismet external PeerTube plugin
73 * `OBJECT_STORAGE_SCALEWAY_KEY_ID` and `OBJECT_STORAGE_SCALEWAY_ACCESS_KEY`: specify Scaleway API keys to test object storage ACL (not supported by our `chocobozzz/s3-ninja` container)
72 74
73 75
74### Debug server logs 76### Debug server logs