mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 13:39:22 +01:00
ci: Retry cypress tests before failing (#25404)
This commit is contained in:
parent
a87b2dd08e
commit
5e7009dab3
@ -34,6 +34,7 @@ export default defineConfig({
|
||||
// cypress default is 'top' this means sometimes the element is underneath the top navbar
|
||||
// not what a human would do... so, set it to center to avoid this weird behavior
|
||||
scrollBehavior: 'center',
|
||||
retries: {runMode: 2},
|
||||
e2e: {
|
||||
// We've imported your old cypress plugins here.
|
||||
// You may want to clean this up later by importing these.
|
||||
|
Loading…
Reference in New Issue
Block a user