ci: Improve Flaky Test Debugging and CAT-726 Fix (no-changelog) (#14298)

This commit is contained in:
shortstacked
2025-04-02 09:04:05 +01:00
committed by GitHub
parent a39502f3bb
commit 1e4541603f
13 changed files with 146 additions and 7 deletions

56
pnpm-lock.yaml generated
View File

@@ -284,6 +284,9 @@ importers:
specifier: ^2.0.10
version: 2.0.10
devDependencies:
'@cypress/grep':
specifier: ^4.1.0
version: 4.1.0(@babel/core@7.26.10)(cypress@13.14.2)
'@n8n/api-types':
specifier: workspace:*
version: link:../packages/@n8n/api-types
@@ -2842,6 +2845,12 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-jsx@7.25.9':
resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
'@babel/plugin-syntax-logical-assignment-operators@7.10.4':
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
peerDependencies:
@@ -3365,6 +3374,11 @@ packages:
resolution: {integrity: sha512-/Z3l6pXthq0JvMYdUFyX9j0MaCltlIn6mfh9jLyQwg5aPKxkyNa0PTHtU1AlFXLNk55ZuAeJRcpvq+tmLfKmaQ==}
engines: {node: '>=10'}
'@cypress/grep@4.1.0':
resolution: {integrity: sha512-yUscMiUgM28VDPrNxL19/BhgHZOVrAPrzVsuEcy6mqPqDYt8H8fIaHeeGQPW4CbMu/ry9sehjH561WDDBIXOIg==}
peerDependencies:
cypress: '>=10'
'@cypress/request@3.0.1':
resolution: {integrity: sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==}
engines: {node: '>= 6'}
@@ -3570,6 +3584,7 @@ packages:
'@faker-js/faker@8.0.2':
resolution: {integrity: sha512-Uo3pGspElQW91PCvKSIAXoEgAUlRnH29sX2/p89kg7sP1m2PzCufHINd0FhTXQf6DYGiUlVncdSPa2F9wxed2A==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0, npm: '>=6.14.13'}
deprecated: Please update to a newer version
'@fastify/busboy@2.1.1':
resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==}
@@ -8631,6 +8646,10 @@ packages:
find-package-json@1.2.0:
resolution: {integrity: sha512-+SOGcLGYDJHtyqHd87ysBhmaeQ95oWspDKnMXBrnQ9Eq4OkLNqejgoaD8xVWu6GPa0B6roa6KinCMEMcVeqONw==}
find-test-names@1.29.7:
resolution: {integrity: sha512-Ps/+M9+rvYqR/gzvfjsfrdeypfSViGZ7Cn7clOGllTlwBcKVGqwfgllGBJ4XwzGp+PaEZZ1MbG4qT1qp4AD9DQ==}
hasBin: true
find-up@4.1.0:
resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==}
engines: {node: '>=8'}
@@ -12168,6 +12187,10 @@ packages:
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
engines: {node: '>=14'}
simple-bin-help@1.8.0:
resolution: {integrity: sha512-0LxHn+P1lF5r2WwVB/za3hLRIsYoLaNq1CXqjbrs3ZvLuvlWnRKrUjEWzV7umZL7hpQ7xULiQMV+0iXdRa5iFg==}
engines: {node: '>=14.16'}
simple-concat@1.0.1:
resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==}
@@ -15075,6 +15098,11 @@ snapshots:
'@babel/core': 7.26.10
'@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.10)':
dependencies:
'@babel/core': 7.26.10
'@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.26.10)':
dependencies:
'@babel/core': 7.26.10
@@ -15750,6 +15778,16 @@ snapshots:
'@ctrl/tinycolor@3.6.0': {}
'@cypress/grep@4.1.0(@babel/core@7.26.10)(cypress@13.14.2)':
dependencies:
cypress: 13.14.2
debug: 4.4.0(supports-color@8.1.1)
find-test-names: 1.29.7(@babel/core@7.26.10)
globby: 11.1.0
transitivePeerDependencies:
- '@babel/core'
- supports-color
'@cypress/request@3.0.1':
dependencies:
aws-sign2: 0.7.0
@@ -21616,7 +21654,7 @@ snapshots:
ajv: 6.12.6
chalk: 4.1.2
cross-spawn: 7.0.6
debug: 4.3.4
debug: 4.4.0(supports-color@8.1.1)
doctrine: 3.0.0
escape-string-regexp: 4.0.0
eslint-scope: 7.2.2
@@ -21971,6 +22009,18 @@ snapshots:
find-package-json@1.2.0: {}
find-test-names@1.29.7(@babel/core@7.26.10):
dependencies:
'@babel/parser': 7.26.10
'@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.10)
acorn-walk: 8.3.4
debug: 4.4.0(supports-color@8.1.1)
globby: 11.1.0
simple-bin-help: 1.8.0
transitivePeerDependencies:
- '@babel/core'
- supports-color
find-up@4.1.0:
dependencies:
locate-path: 5.0.0
@@ -25952,6 +26002,8 @@ snapshots:
onetime: 5.1.2
signal-exit: 3.0.7
ret@0.1.15: {}
retry-axios@2.6.0(axios@1.8.2):
dependencies:
axios: 1.8.2
@@ -26298,6 +26350,8 @@ snapshots:
signal-exit@4.1.0: {}
simple-bin-help@1.8.0: {}
simple-concat@1.0.1: {}
simple-get@4.0.1: