mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add registered setting CLI plugin install test
This commit is contained in:
@@ -19,6 +19,7 @@ import {
|
||||
removeVideo,
|
||||
ServerInfo,
|
||||
setAccessTokensToServers,
|
||||
testHelloWorldRegisteredSettings,
|
||||
uploadVideoAndGetId,
|
||||
userLogin,
|
||||
waitJobs
|
||||
@@ -205,6 +206,10 @@ describe('Test CLI wrapper', function () {
|
||||
await execCLI(`${env} ${cmd} plugins install --npm-name peertube-plugin-hello-world`)
|
||||
})
|
||||
|
||||
it('Should have registered settings', async function () {
|
||||
await testHelloWorldRegisteredSettings(server)
|
||||
})
|
||||
|
||||
it('Should list installed plugins', async function () {
|
||||
const env = getEnvCli(server)
|
||||
const res = await execCLI(`${env} ${cmd} plugins list`)
|
||||
|
||||
Reference in New Issue
Block a user