-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated deployment: Mon Oct 30 20:46:05 UTC 2023 4bb8009
- Loading branch information
1 parent
daf8bac
commit 3b3f680
Showing
648 changed files
with
620 additions
and
577 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
"Epic","Feature","Story","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" | ||
"","","","2","1","165","4","4" | ||
"","","","3","3","154","1","0" |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
"Category","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" | ||
"Product defects","3","0","0","0","0" | ||
"Test defects","0","3","0","0","0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[{"name":"Test defects","children":[{"name":"`cy.visit()` failed trying to load:\n\nhttp://localhost:3000/\n\nWe attempted to make an http request to this URL but the request failed without a response.\n\nWe received this error at the network level:\n\n > Error: connect ECONNREFUSED 127.0.0.1:3000\n\nCommon situations why this would fail:\n - you don't have internet access\n - you forgot to run / boot your web server\n - your web server isn't accessible\n - you have weird network configuration settings on your computer","children":[{"name":"Check Host elements exist on the page","uid":"11f77aadfa28ccb7","parentUid":"fbc24ee0179cb14a71e90b90f2bf6d6b","status":"broken","time":{"start":1698696330776,"stop":1698696331649,"duration":873},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":true,"parameters":[],"tags":[]}],"uid":"fbc24ee0179cb14a71e90b90f2bf6d6b"},{"name":"`cy.visit()` failed trying to load:\n\nhttp://localhost:3002/\n\nWe attempted to make an http request to this URL but the request failed without a response.\n\nWe received this error at the network level:\n\n > Error: connect ECONNREFUSED 127.0.0.1:3002\n\nCommon situations why this would fail:\n - you don't have internet access\n - you forgot to run / boot your web server\n - your web server isn't accessible\n - you have weird network configuration settings on your computer","children":[{"name":"Check Remote elements exist on the page","uid":"7d44033c9f796423","parentUid":"2683fe2a96f02bf2df6b4ced1b19732c","status":"broken","time":{"start":1698696332569,"stop":1698696333413,"duration":844},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":true,"parameters":[],"tags":[]}],"uid":"2683fe2a96f02bf2df6b4ced1b19732c"},{"name":"`cy.visit()` failed trying to load:\n\nhttp://localhost:3002//shop\n\nThe response we received from your web server was:\n\n > 500: Internal Server Error\n\nThis was considered a failure because the status code was not `2xx`.\n\nThis http request was redirected '1' time to:\n\n - 308: http://localhost:3002/shop\n\nIf you do not want status codes to cause failures pass the option: `failOnStatusCode: false`","children":[{"name":"Check the header content of Shop page","uid":"94a2d98f310b064a","parentUid":"fc7d2bf7fe16529721b0bcd46f598781","status":"broken","time":{"start":1698697779086,"stop":1698697779888,"duration":802},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":true,"parameters":[],"tags":[]}],"uid":"fc7d2bf7fe16529721b0bcd46f598781"}],"uid":"bdbf199525818fae7a8651db9eafe741"},{"name":"Product defects","children":[{"name":"Timed out retrying after 10000ms: Expected to find element: `h1`, but never found it.","children":[{"name":"Check App1 and App2 elements","uid":"fc29432b48e4488a","parentUid":"23fd062f6b4cc0af7a7ed54a88a82e22","status":"failed","time":{"start":1698696501071,"stop":1698696511435,"duration":10364},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"23fd062f6b4cc0af7a7ed54a88a82e22"},{"name":"The following error originated from your application code, not from Cypress.\n\n > Additional keys were returned from `getServerSideProps`. Properties intended for your component must be nested under the `props` key, e.g.:\n\n\treturn { props: { title: 'My Title', content: '...' } }\n\nKeys that need to be moved: userId, id, title, completed.\nRead more: https://nextjs.org/docs/messages/invalid-getserversideprops-value\n\nWhen Cypress detects uncaught errors originating from your application it will automatically fail the current test.\n\nThis behavior is configurable, and you can choose to turn this off by listening to the `uncaught:exception` event.\n\nhttps://on.cypress.io/uncaught-exception-from-application","children":[{"name":"Check that Shop navigation link works","uid":"a4600e5a11b2d52f","parentUid":"9923ecdd3da820d4b0811512ad94f2f1","status":"failed","time":{"start":1698697766270,"stop":1698697772050,"duration":5780},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":2,"retriesStatusChange":true,"parameters":[],"tags":[]},{"name":"Check that Shop text navigation link works","uid":"e8589971bbd79a9","parentUid":"9923ecdd3da820d4b0811512ad94f2f1","status":"failed","time":{"start":1698697810960,"stop":1698697817120,"duration":6160},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":3,"retriesStatusChange":true,"parameters":[],"tags":[]}],"uid":"9923ecdd3da820d4b0811512ad94f2f1"}],"uid":"8fb3a91ba5aaf9de24cc8a92edc82b5d"}],"name":"categories"} |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.