-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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: Update e2e tests to run on new canvas (no-changelog) #12784
base: master
Are you sure you want to change the base?
Conversation
const workflowPage = new WorkflowPage(); | ||
const ndv = new NDV(); | ||
|
||
export const simpleWebhookCall = (options: SimpleWebhookCallOptions) => { |
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.
Extracted out of webhooks tests. The tests were running multiple times due to importing.
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
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.
tentative approval
✅ All Cypress E2E specs passed |
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.
tentative approval
|
…tests-to-run-on-new-canvas
…tests-to-run-on-new-canvas
|
Summary
dev:e2e:v1
andtest:e2e:dev:v1
Related Linear tickets, Github issues, and Community forum posts
https://linear.app/n8n/issue/CAT-539/switch-e2e-tests-to-run-on-new-canvas
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)