Guardian CI API Tests(Manual) #146
74 fail in 0s
76 files 75 suites 0s ⏱️
74 tests 0 ✅ 0 💤 74 ❌
0 runs -75 ✅ 0 💤 75 ❌
Results for commit 58dcdcd.
Annotations
Check warning on line 0 in "before all" hook for "Get Hedera account balance"
github-actions / Test Results
Profiles "before all" hook for "Get Hedera account balance" ("before all" hook for "Get Hedera account balance") failed
e2e-tests/cypress/test_results/junit/6f4af7847eb9630a18803d1918e61418.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:42:41 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:42:41 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
Check warning on line 0 in "before all" hook for "Returns modules menu"
github-actions / Test Results
Modules "before all" hook for "Returns modules menu" ("before all" hook for "Returns modules menu") failed
e2e-tests/cypress/test_results/junit/1094390f6c702c0860b0c7fa9749c3a9.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:43:24 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:43:24 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
Check warning on line 0 in "before all" hook for "Preview the policy from IPFS"
github-actions / Test Results
Policies "before all" hook for "Preview the policy from IPFS" ("before all" hook for "Preview the policy from IPFS") failed
e2e-tests/cypress/test_results/junit/5bab7e0b699e225839c7c7577d60273a.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:44:36 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:44:36 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
Check warning on line 0 in "before all" hook for "Imports new module and all associated artifacts"
github-actions / Test Results
Modules "before all" hook for "Imports new module and all associated artifacts" ("before all" hook for "Imports new module and all associated artifacts") failed
e2e-tests/cypress/test_results/junit/13c7ddb8ea2746536a5a747586599182.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:43:26 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:43:26 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
github-actions / Test Results
Policies "before all" hook for "Push publish the policy with the specified (internal) policy ID" ("before all" hook for "Push publish the policy with the specified (internal) policy ID") failed
e2e-tests/cypress/test_results/junit/261af3457d66c9eb456698a4ab4d8a1e.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:44:56 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:44:56 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
Check warning on line 0 in "before all" hook for "Set settings"
github-actions / Test Results
Settings "before all" hook for "Set settings" ("before all" hook for "Set settings") failed
e2e-tests/cypress/test_results/junit/2174f22724a7b0ec4dfc2073293b5dc3.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:42:59 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:42:59 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
Check warning on line 0 in "before all" hook for "Publish the module"
github-actions / Test Results
Modules "before all" hook for "Publish the module" ("before all" hook for "Publish the module") failed
e2e-tests/cypress/test_results/junit/34c1de5d8fbb8e0192638e784dd45564.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:43:51 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:43:51 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
github-actions / Test Results
Modules "before all" hook for "Returns a zip file containing the published module and all associated artifacts, i.e. schemas an…e all" hook for "Returns a zip file containing the published module and all associated artifacts, i.e. schemas and VCs") failed
e2e-tests/cypress/test_results/junit/eeb8e4344adee93e1fd73fc4a53a5914.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:43:04 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:43:04 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
github-actions / Test Results
Tokens "before all" hook for "Freeze and unfreeze transfers of the specified token for the user" ("before all" hook for "Freeze and unfreeze transfers of the specified token for the user") failed
e2e-tests/cypress/test_results/junit/0a258a395501c29b12c386a1e02d49d9.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:45:14 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:45:14 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
Check warning on line 0 in "before all" hook for "Create and export module as message"
github-actions / Test Results
Modules "before all" hook for "Create and export module as message" ("before all" hook for "Create and export module as message") failed
e2e-tests/cypress/test_results/junit/29523dcff9ede785523256f766bbb3ea.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:43:14 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:43:14 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
Check warning on line 0 in "before all" hook for "Get list of Standard Registries"
github-actions / Test Results
Accounts "before all" hook for "Get list of Standard Registries" ("before all" hook for "Get list of Standard Registries") failed
e2e-tests/cypress/test_results/junit/7e41c4b02b308021ebec2ca06195044a.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:42:18 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:42:18 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
Check warning on line 0 in "before all" hook for "Get all policies"
github-actions / Test Results
Policies "before all" hook for "Get all policies" ("before all" hook for "Get all policies") failed
e2e-tests/cypress/test_results/junit/d1de4a94964f403705af4fb0f69a9bba.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:44:09 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:44:09 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
Check warning on line 0 in "before all" hook for "Import module from IPFS"
github-actions / Test Results
Modules "before all" hook for "Import module from IPFS" ("before all" hook for "Import module from IPFS") failed
e2e-tests/cypress/test_results/junit/fb6089c3cfdf402a689e56131566d6d9.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:43:31 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:43:31 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
github-actions / Test Results
Policies "before all" hook for "Deletes the policy with the provided ID by user - Negative" ("before all" hook for "Deletes the policy with the provided ID by user - Negative") failed
e2e-tests/cypress/test_results/junit/2fcbfd511182570eb953b4a0e1634a38.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:44:04 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:44:04 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
github-actions / Test Results
Modules "before all" hook for "Returns the Hedera message ID for the specified module published onto IPFS" ("before all" hook for "Returns the Hedera message ID for the specified module published onto IPFS") failed
e2e-tests/cypress/test_results/junit/585523fb824dd2efdea2225b92f19aad.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:43:06 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:43:06 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
github-actions / Test Results
Policies "before all" hook for "Get policy configuration for the specified policy ID" ("before all" hook for "Get policy configuration for the specified policy ID") failed
e2e-tests/cypress/test_results/junit/4ad51eea2cdb03195a96ccc4db5445fb.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:44:26 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:44:26 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
Check warning on line 0 in "before all" hook for "Creates a new policy"
github-actions / Test Results
Policies "before all" hook for "Creates a new policy" ("before all" hook for "Creates a new policy") failed
e2e-tests/cypress/test_results/junit/9304fcab21e02d5ec0462252ecf6e8c7.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:44:39 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:44:39 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
Check warning on line 0 in "before all" hook for "Create a new module"
github-actions / Test Results
Modules "before all" hook for "Create a new module" ("before all" hook for "Create a new module") failed
e2e-tests/cypress/test_results/junit/fc29f687f6ddcfafef1b2902ebb3a421.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:43:36 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:43:36 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
Check warning on line 0 in "before all" hook for "Sends data from an external source"
github-actions / Test Results
External "before all" hook for "Sends data from an external source" ("before all" hook for "Sends data from an external source") failed
e2e-tests/cypress/test_results/junit/7338da4d11981b3e0c83daed79a83a7a.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:42:31 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:42:31 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
Check warning on line 0 in "before all" hook for "Get current environment name"
github-actions / Test Results
Settings "before all" hook for "Get current environment name" ("before all" hook for "Get current environment name") failed
e2e-tests/cypress/test_results/junit/e74494c06e4b53e1dfcb81e04dfa39c6.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:42:56 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:42:56 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
Check warning on line 0 in "before all" hook for "Get all tokens"
github-actions / Test Results
Tokens "before all" hook for "Get all tokens" ("before all" hook for "Get all tokens") failed
e2e-tests/cypress/test_results/junit/aab9cd1014d430f772ace16b86504320.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:45:01 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:45:01 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
Check warning on line 0 in "before all" hook for "Creates a new policy - async"
github-actions / Test Results
Policies "before all" hook for "Creates a new policy - async" ("before all" hook for "Creates a new policy - async") failed
e2e-tests/cypress/test_results/junit/b4f4b797d0b7b301b0b81a3a661a783b.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:44:41 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:44:41 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
Check warning on line 0 in "before all" hook for "Register and login as new user"
github-actions / Test Results
Accounts "before all" hook for "Register and login as new user" ("before all" hook for "Register and login as new user") failed
e2e-tests/cypress/test_results/junit/62d237e2ad2c149d8ae1d065954ae3f0.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:42:23 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:42:23 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
Check warning on line 0 in "before all" hook for "Get list of users"
github-actions / Test Results
Accounts "before all" hook for "Get list of users" ("before all" hook for "Get list of users") failed
e2e-tests/cypress/test_results/junit/380484d9747d093c8f84786ccd92434f.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:42:10 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:42:10 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)
Check warning on line 0 in "before all" hook for "Get Standard Registry balance"
github-actions / Test Results
Accounts "before all" hook for "Get Standard Registry balance" ("before all" hook for "Get Standard Registry balance") failed
e2e-tests/cypress/test_results/junit/baf3173185d008006e8f6dacafa2c748.xml [took 0s]
Raw output
`cy.request()` failed on: http://localhost:3002/accounts/login/ The response we received from your web server was: > 500: Internal Server Error This was considered a failure because the status code was not `2xx` or `3xx`. If you do not want status codes to cause failures pass the option: `failOnStatusCode: false` ----------------------------------------------------------- The request we sent was: Method: POST URL: http://localhost:3002/accounts/login/ Headers: { "Connection": "keep-alive", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36", "accept": "*/*", "accept-encoding": "gzip, deflate", "content-type": "application/json", "content-length": 35 } Body: {"username":"SR","password":"test"} ----------------------------------------------------------- The response we got was: Status: 500 - Internal Server Error Headers: { "content-type": "application/json; charset=utf-8", "content-length": "67", "date": "Fri, 25 Oct 2024 10:42:13 GMT", "connection": "keep-alive", "keep-alive": "timeout=72" } Body: { "statusCode": 500, "message": "secretOrPrivateKey must have a value" } https://on.cypress.io/request Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
CypressError: `cy.request()` failed on:
http://localhost:3002/accounts/login/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/accounts/login/
Headers: {
"Connection": "keep-alive",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 35
}
Body: {"username":"SR","password":"test"}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "67",
"date": "Fri, 25 Oct 2024 10:42:13 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "secretOrPrivateKey must have a value"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping all of the remaining tests.
at <unknown> (http://localhost:36867/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:36867/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:36867/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:36867/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:36867/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:36867/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:36867/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:36867/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:36867/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Object.getAccessToken (webpack://guardian-e2e-test/./cypress/support/checkingMethods.js:154:14)
at Context.eval (webpack://guardian-e2e-test/./cypress/support/e2e.js:109:18)