test(Wordpress Node): Add tests to Wordpress node (#14231)

This commit is contained in:
Jon
2025-04-04 18:16:11 +01:00
committed by GitHub
parent ec4dd9f762
commit 54fcf58331
9 changed files with 3081 additions and 0 deletions

View File

@@ -251,6 +251,12 @@ BQIDAQAB
username: 'nathan@n8n.io',
password: 'fake-password',
},
wordpressApi: {
url: 'https://myblog.com',
allowUnauthorizedCerts: false,
username: 'nodeqa',
password: 'fake-password',
},
discordWebhookApi: {
webhookUri: 'https://discord.com/webhook',
},