mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Introduce plugins command
This commit is contained in:
parent
9c6327f803
commit
ae2abfd3ae
26 changed files with 480 additions and 765 deletions
|
@ -6,8 +6,8 @@ import {
|
|||
cleanupTests,
|
||||
flushAndRunServer,
|
||||
getConfig,
|
||||
getPluginTestPath,
|
||||
killallServers,
|
||||
PluginsCommand,
|
||||
reRunServer,
|
||||
ServerInfo,
|
||||
setAccessTokensToServers
|
||||
|
@ -27,7 +27,7 @@ describe('Test plugin scripts', function () {
|
|||
it('Should install a plugin from stateless CLI', async function () {
|
||||
this.timeout(60000)
|
||||
|
||||
const packagePath = getPluginTestPath()
|
||||
const packagePath = PluginsCommand.getPluginTestPath()
|
||||
|
||||
await server.cliCommand.execWithEnv(`npm run plugin:install -- --plugin-path ${packagePath}`)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue