Skip to content

Commit fc3d5a8

Browse files
authored
Merge pull request #6920 from Countly/newarchitecture-soft-assert
Add soft assert to ui-tests
2 parents 2ad22b5 + 46bab5f commit fc3d5a8

3 files changed

Lines changed: 204 additions & 173 deletions

File tree

ui-tests/cypress.config.sample.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports = defineConfig({
2121
chromeWebSecurity: false,
2222
watchForFileChanges: true,
2323
video: true,
24+
softAssertMode: true,
2425
setupNodeEvents(on, config) {
2526
// Task: verify PDF images, logo, and text content
2627
on("task", {

0 commit comments

Comments
 (0)