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:
Michael Kret
2024-02-12 12:52:51 +02:00
committed by GitHub
parent 510bf8905d
commit 32281d12d7
8 changed files with 555 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
import { testWorkflows, getWorkflowFilenames } from '@test/nodes/Helpers';
const workflows = getWorkflowFilenames(__dirname);
describe('Test Html Node > extractHtmlContent', () => testWorkflows(workflows));