-
Notifications
You must be signed in to change notification settings - Fork 11.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add tracking for node errors and update node graph #11060
Conversation
@@ -780,6 +780,392 @@ describe('generateNodesGraph', () => { | |||
|
|||
expect(() => generateNodesGraph(workflow, nodeTypes)).not.toThrow(); | |||
}); | |||
|
|||
test.only('should add run and items count', () => { | |||
const workflow: IWorkflowBase = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we move the JSON to a helper? The helper will create this whole json and override any parameter provided by default. Same for RunData. Will make much easier to read the tests as half of the file is just JSON
|
||
describe('addNodeExecutionData', () => { | ||
const executionReponse: IExecutionResponse = { | ||
id: '1', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as below.
n8n Run #7364
Run Properties:
|
Project |
n8n
|
Run status |
Passed #7364
|
Run duration | 04m 19s |
Commit |
f4ddbbfb9b: 🌳 🖥️ browsers:node18.12.0-chrome107 🤖 mutdmour 🗃️ e2e/*
|
Committer | Mutasem Aldmour |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
3
|
Pending |
0
|
Skipped |
0
|
Passing |
438
|
✅ All Cypress E2E specs passed |
Got released with |
Summary
Related Linear tickets, Github issues, and Community forum posts
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)