mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(HTML Extract Node): Better text extraction, option to specify selectors to skip, option to clean up text data (#8586)
This commit is contained in:
5
packages/nodes-base/nodes/Html/test/Html.node.test.ts
Normal file
5
packages/nodes-base/nodes/Html/test/Html.node.test.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { testWorkflows, getWorkflowFilenames } from '@test/nodes/Helpers';
|
||||
|
||||
const workflows = getWorkflowFilenames(__dirname);
|
||||
|
||||
describe('Test Html Node > extractHtmlContent', () => testWorkflows(workflows));
|
||||
Reference in New Issue
Block a user