Commit Graph

198 Commits

Author SHA1 Message Date
Declan Carroll
3b898985d2
ci: Add ui-e2e to codecov reports (#22996) 2025-12-10 07:03:06 +00:00
Alex Grozav
e1e4c821a4
feat: Allow running Playwright e2e tests using Vite dev server (no-changelog) (#22742) 2025-12-09 16:21:21 +02:00
Artem Sorokin
f62e698fb8
test: Rename tests/ui to tests/e2e and reorganize, move tests to api … (#22935) 2025-12-08 17:41:57 +01:00
Filipe Tavares
8364430471
chore(editor): Add trial upgrade button to main sidebar experiment (no-changelog) (#22151)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Romeo Balta <7095569+romeobalta@users.noreply.github.com>
2025-12-08 09:43:46 +00:00
Artem Sorokin
68693b5b26
test: Split workflow-actions.spec.ts into focused test files (#22850) 2025-12-05 18:37:18 +01:00
Artem Sorokin
d3e7713632
test: Split sharing tests into sharing/ directory (#22849) 2025-12-05 18:13:26 +01:00
Artem Sorokin
39a4b29b9d
test: Rename building-blocks tests to remove numeric prefixes (#22846) 2025-12-05 17:51:00 +01:00
Artem Sorokin
5234b286ac
test: Migrate data tables tests to data-tables/ directory (#22841) 2025-12-05 17:30:12 +01:00
Artem Sorokin
a939ac6e1a
test: Migrate tests to app-config/ and capabilities/ directories (#22843) 2025-12-05 17:08:31 +01:00
Artem Sorokin
b04970a478
test: Move cloud tests to cloud/ directory (#22840) 2025-12-05 16:42:37 +01:00
Artem Sorokin
3292132c49
test: Migrate node-specific tests to nodes/ directory (#22835) 2025-12-05 16:27:08 +01:00
Artem Sorokin
f85f1107a6
test: Migrate trigger tests to triggers/ directory (#22832) 2025-12-05 16:25:37 +01:00
Artem Sorokin
decbc162aa
test: Migrate subworkflow tests to workflows/editor/subworkflows/ (#22827) 2025-12-05 16:15:44 +01:00
Artem Sorokin
be254b270f
test: Migrate workflow list/templates/checklist tests to workflows/ (#22831) 2025-12-05 16:15:23 +01:00
Artem Sorokin
0596e1a5b3
test: Migrate expression and code editor tests (#22820) 2025-12-05 14:57:22 +01:00
Artem Sorokin
305ba9201a
test: Migrate execution tests to workflows/editor/execution/ (#22818) 2025-12-05 14:35:05 +01:00
Artem Sorokin
5c5de5c7ae
test: Move canvas and editor tests to workflows/editor/ directory (#22801) 2025-12-05 14:29:30 +01:00
Declan Carroll
7091bc7806
fix: AI session metadata call fix (#22775) 2025-12-05 12:14:55 +00:00
Artem Sorokin
79fd0b5d40
test: Reorganize NDV tests into workflows/editor/ndv/ directory (#22806) 2025-12-05 12:39:00 +01:00
Artem Sorokin
679cfc5572
test: Move project and folder tests to projects/ directory (#22802) 2025-12-05 12:35:04 +01:00
Nikhil Kuriakose
b22654709a
feat(editor): Rename columns in data tables (#21747) 2025-12-05 10:06:54 +01:00
Milorad FIlipović
829135ceee
feat(editor): Open template setup modal automatically (no-changelog) (#22596) 2025-12-05 09:54:05 +01:00
Declan Carroll
3f382a0369
test: Fixing flaky/failing workflow action test (#22792) 2025-12-05 08:37:55 +00:00
Artem Sorokin
e219e7e915
test: Move auth tests to separate folder (#22726) 2025-12-04 23:01:55 +01:00
Artem Sorokin
813d33372c
test: Move AI features tests to separate folder (#22727) 2025-12-04 21:43:07 +01:00
Artem Sorokin
bcfc95b08f
test: Move workflow executions to separate folder (#22723) 2025-12-04 21:01:23 +01:00
Artem Sorokin
ba1ac9e1a8
test: Move credentials tests to separate folder (#22724) 2025-12-04 21:01:09 +01:00
Artem Sorokin
8928522991
test: Reorganize Playwright settings tests to match UI structure (#22618) 2025-12-04 21:00:52 +01:00
Declan Carroll
5851265ded
test: Fixing task runner test (#22756) 2025-12-04 16:07:20 +01:00
Declan Carroll
70aad196d6
ci: Use multimain as default for e2e (#22255) 2025-12-04 12:23:11 +00:00
Raúl Gómez Morales
5f3ef83d9e
test(editor): Increase timeout for loader not to be present (#22717) 2025-12-04 10:34:46 +01:00
Tuukka Kantola
25043d35c1
feat(editor): Improve node component visual states (#20242)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Rob <robtf9@icloud.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
Co-authored-by: yehorkardash <yehor.kardash@n8n.io>
Co-authored-by: Daria <daria.staferova@n8n.io>
2025-12-04 09:29:41 +01:00
Dawid Myslak
271a9dd218
feat(Form Node): Split form name and label (#22304) 2025-12-03 22:49:58 +02:00
Declan Carroll
bc8ac3854d
test: Disable banners for e2e tests (#22680) 2025-12-03 15:28:01 +00:00
Raúl Gómez Morales
d4d7cb776f
fix(editor): Fix scope based - move nodes and node pasting (#22608) 2025-12-03 08:28:50 +01:00
Artem Sorokin
e46f5137a0
test: Organize regression tests into categorized folder structure (#22560) 2025-12-02 17:42:04 +01:00
Tomi Turtiainen
a4757cf009
chore: Initial V2 changes (#22553)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: yehorkardash <yehor.kardash@n8n.io>
Co-authored-by: Daria <daria.staferova@n8n.io>
Co-authored-by: Svetoslav Dekov <svetoslav.dekov@n8n.io>
Co-authored-by: Nikhil Kuriakose <nikhilkuria@gmail.com>
Co-authored-by: Charlie Kolb <charlie@n8n.io>
2025-12-01 20:44:59 +02:00
Guillaume Jacquart
6d88007f01
fix(core): Prevent credentials saving if missing required properties (#22213) 2025-12-01 13:57:47 +01:00
Declan Carroll
75b2cd0de6
fix: Pin n8n packages to workspace version (#22460) 2025-12-01 09:52:01 +00:00
mfsiega
344c90940e
fix(core, editor): Support inclusive and exclusive destination node mode in the frontend and API (#22244)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-11-28 12:18:28 +01:00
Mutasem Aldmour
7d82c3c02a
fix: When chat session is reset, update session id (#22288)
Co-authored-by: Michael Drury <michael.drury@n8n.io>
2025-11-26 15:54:13 +01:00
Milorad FIlipović
10fa4e7f1e
feat(editor): Add new template setup experiment (no-changelog) (#22332) 2025-11-26 15:49:42 +01:00
Declan Carroll
0668a72611
ci: Make e2e secrets not required (#22330) 2025-11-26 12:20:03 +00:00
Artem Sorokin
0b939ca146
test: Fix workflow actions and canvas flakes (#22297) 2025-11-25 18:02:20 +01:00
Dawid Myslak
305b7a226b
chore: Move to AGENTS.md file with agent instructions (#22227)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-11-25 12:41:53 +01:00
Milorad FIlipović
2ad3135584
feat(editor): Minor UX improvements for MCP (no-changelog) (#22131) 2025-11-24 10:11:41 +01:00
Declan Carroll
e203b0ad81
test: Remove some isolated tests (#22161) 2025-11-21 23:03:07 +00:00
Artem Sorokin
731a6397f7
test: Address flakes in tags tests, add test for tag count persistence when reopening dropdown after save (#22160) 2025-11-21 17:50:05 +01:00
Declan Carroll
7e1a65d077
ci: Fix flaky tests and some docker run shenanigans (#22148) 2025-11-21 15:56:41 +00:00
Declan Carroll
0704196105
test: Update start.fromBlankCanvas (#22115) 2025-11-20 22:45:09 +00:00