Browse Source

generate report even if tests fail

master
Martin McKeaveney 4 years ago
parent
commit
99d4f0da03
  1. 2
      packages/builder/cypress/integration/createApp.spec.js

2
packages/builder/cypress/integration/createApp.spec.js

@ -34,7 +34,7 @@ filterTests(['smoke', 'all'], () => {
}
})
cy.get(interact.TEMPLATE_CATEGORY_FILTER).should("exist")
cy.get(interact.TEMPLATE_CATEGORY_FILTER).should("not.exist")
cy.get(interact.TEMPLATE_CATEGORY).should("exist")
cy.get(interact.TEMPLATE_CATEGORY_ACTIONGROUP).its('length').should('be.gt', 1)

Loading…
Cancel
Save