Skip to content

Commit

Permalink
ci: Add e2e checklist (n8n-io#5678)
Browse files Browse the repository at this point in the history
* chore: Add e2e checklist

* chore: add eol dots
  • Loading branch information
mutdmour authored Mar 13, 2023
1 parent d253aa3 commit 1bdeb66
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHECKLIST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,12 @@ paths:
# design-system
"packages/design-system/**/*.vue":
- Used design system tokens (colors, spacings...) where possible.
- Updated Storybook with new component or updated functionality.
- Updated Storybook with new component or updated functionality.

# e2e
"cypress/e2e/**":
- Avoided chaining commands more than two or three times (to avoid flakiness because only last one will be retried).
- Spoofed endpoints that are not critical for the test (to avoid flakiness).
- Picked most efficient path to start the test (for example skipped account setup and starting at /workflow/new for a canvas test).
- Avoided adding waits on time (use request intercepts instead).
- Ensured each spec does not depend on any another spec to pass.

0 comments on commit 1bdeb66

Please sign in to comment.