Closed letehaha closed 11 months ago
0 | 12 | 0 | 0 | 0 |
Details:
Merge b50caf5fe9e821991a3caeeb23ea77294afc33eb into e0b2ad305fa3c090a11442aff361... | |||
Project: budget-tracker | Commit: ad7ad55cc6 ℹ️ |
||
Status: Passed | Duration: 01:52 💡 | ||
Started: Nov 18, 2023 2:48 PM | Ended: Nov 18, 2023 2:50 PM |
9 | 3 | 0 | 0 | 0 |
Details:
feat: Upgrade Node and dependencies (#276) | |||
Project: budget-tracker | Commit: 939089d6a3 |
||
Status: Failed | Duration: 09:16 💡 | ||
Started: Nov 18, 2023 2:53 PM | Ended: Nov 18, 2023 3:02 PM |
View
Output
Video
View
Output
Video
Test | Artifacts | |
---|---|---|
SignIn.cy.ts > user should be able to sign in |
Test Replay
Screenshots
Video
|
|
SignIn.cy.ts > user should see error message with invalid credentials |
Test Replay
Screenshots
Video
|
View
Output
Video
With introducing this PR we need to disable Cypress parallelization in CI because GitHub Actions is giving machines with different Chrome versions – before it worked fine, probably Cypress just didn't care about it. But from now Cypress throws errors about it.
A few workarounds:
browser
option of the Cypress CI config.. Something like that, but unfortunately it didn't work (didn't have time to check issues). https://github.com/cypress-io/github-action/issues/518#issuecomment-1210979047/etc/hosts
. Consider changing approach with patching hosts fileAlso it was not possible to bump Vite to v5 because Cypress CI was not able to find the host. See this build: https://github.com/letehaha/budget-tracker-fe/actions/runs/6914587002