diff options
Diffstat (limited to 'support/doc/development')
-rw-r--r-- | support/doc/development/tests.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/doc/development/tests.md b/support/doc/development/tests.md index e3a65c35f..1c2589c8a 100644 --- a/support/doc/development/tests.md +++ b/support/doc/development/tests.md | |||
@@ -71,6 +71,7 @@ Some env variables can be defined to disable/enable some tests: | |||
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 | 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) | 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) |
74 | * `ENABLE_FFMPEG_THUMBNAIL_PIXEL_COMPARISON_TESTS=true`: enable pixel comparison on images generated by ffmpeg. Disabled by default because a custom ffmpeg version may fails the tests | ||
74 | 75 | ||
75 | 76 | ||
76 | ### Debug server logs | 77 | ### Debug server logs |