mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Remove plugin code
This commit is contained in:
parent
5023ed9e03
commit
8df76839b2
@ -16,7 +16,6 @@ limitations under the License.
|
||||
|
||||
/// <reference types="cypress" />
|
||||
import installLogsPrinter from "cypress-terminal-report/src/installLogsPrinter";
|
||||
import cloudPlugin from "cypress-cloud/plugin";
|
||||
import { initPlugins } from "cypress-plugin-init";
|
||||
|
||||
import PluginEvents = Cypress.PluginEvents;
|
||||
@ -36,17 +35,7 @@ import { mailhogDocker } from "./mailhog";
|
||||
export default function (on: PluginEvents, config: PluginConfigOptions) {
|
||||
initPlugins(
|
||||
on,
|
||||
[
|
||||
cloudPlugin,
|
||||
docker,
|
||||
synapseDocker,
|
||||
dendriteDocker,
|
||||
slidingSyncProxyDocker,
|
||||
webserver,
|
||||
oAuthServer,
|
||||
log,
|
||||
mailhogDocker,
|
||||
],
|
||||
[docker, synapseDocker, dendriteDocker, slidingSyncProxyDocker, webserver, oAuthServer, log, mailhogDocker],
|
||||
config,
|
||||
);
|
||||
installLogsPrinter(on, {
|
||||
|
Loading…
Reference in New Issue
Block a user