feat: add support for test retries [sc-20570] #2143
Annotations
5 errors and 1 warning
packages/cli/e2e/__tests__/deploy.spec.ts#L132
expect(received).toContain(expected) // indexOf
Expected substring: "Notice: replacing version '0.0.1-dev' with latest '4.7.0'"
Received string: "Parsing your project...
Parsing your project... ⣾
Parsing your project... ⣽
Parsing your project... ⣻
Parsing your project... ⢿
Parsing your project... done
Successfully deployed project \"Deploy Project\" to account \"***\".
Ping URL of heartbeat check Heartbeat Check is https://ping.checklyhq.com/caf35bb0-2122-4597-b099-8d1076ab1b84.
"
at Object.<anonymous> (e2e/__tests__/deploy.spec.ts:132:20)
|
packages/cli/e2e/__tests__/trigger.spec.ts#L30
thrown: "Exceeded timeout of 30000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at e2e/__tests__/trigger.spec.ts:30:3
at Object.<anonymous> (e2e/__tests__/trigger.spec.ts:7:1)
|
packages/cli/e2e/__tests__/test.spec.ts#L19
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: null
at Object.<anonymous> (e2e/__tests__/test.spec.ts:19:27)
|
packages/cli/e2e/__tests__/test.spec.ts#L102
thrown: "Exceeded timeout of 30000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at e2e/__tests__/test.spec.ts:102:3
at Object.<anonymous> (e2e/__tests__/test.spec.ts:7:1)
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading