Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:suissa/zapzapticket-frontend int…
Browse files Browse the repository at this point in the history
…o develop
  • Loading branch information
suissa committed Jan 20, 2024
2 parents feb9685 + 826faa8 commit 3060b80
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Run Build
run: npx next build

- name: Run Jest Tests
run: npm test

- name: Update Cypress Cache
run: npx cypress cache clear

Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ yarn-error.log*
*.tsbuildinfo
next-env.d.ts

src/config.ts
src/config.ts
cypress/screenshots
3 changes: 2 additions & 1 deletion cypress/e2e/integrations/companies.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ describe(TEST_NAME, () => {
cy.get("table").should("exist");
cy.get("form").should("not.exist");
});
});
});

3 changes: 2 additions & 1 deletion cypress/e2e/integrations/connections.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ describe(TEST_NAME, () => {
cy.get("table").should("exist");
cy.get("form").should("not.exist");
});
});
});

0 comments on commit 3060b80

Please sign in to comment.