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

View File

@@ -26,5 +26,9 @@ module.exports = defineConfig({
downloadsFolder: 'downloads',
screenshotsFolder: 'screenshots',
videosFolder: 'videos',
setupNodeEvents(on, config) {
require('@cypress/grep/src/plugin')(config);
return config;
},
},
});