Files
n8n-enterprise-unlocked/packages/testing/playwright/workflows/Custom_credential.json

22 lines
336 B
JSON

{
"name": "customE2eCredential",
"displayName": "Custom E2E Credential",
"properties": [
{
"displayName": "API Key",
"name": "apiKey",
"type": "string",
"default": "",
"required": false
}
],
"authenticate": {
"type": "generic",
"properties": {
"qs": {
"auth": "={{$credentials.apiKey}}"
}
}
}
}