[feat] add e2e tests using new tuistory package
#4983
ci.yml
on: pull_request
build-and-check
2m 42s
Matrix: test-integration
Matrix: test
Annotations
2 errors and 4 warnings
|
error: expect(received).toContain(expected):
cli/src/__tests__/e2e/cli-ui.test.ts#L274
Expected to contain: "hello world"
"
at <anonymous> (/home/runner/work/***/***/cli/src/__***s__/e2e/cli-ui.***.ts:274:24)
|
|
error: expect(received).toContain(expected):
cli/src/__tests__/e2e/cli-ui.test.ts#L274
Expected to contain: "hello world"
"
at <anonymous> (/home/runner/work/***/***/cli/src/__***s__/e2e/cli-ui.***.ts:274:24)
|
|
test-cli
Attempt 4 failed. Reason: Child_process exited with error code 123
|
|
test-cli
Attempt 3 failed. Reason: Child_process exited with error code 123
|
|
test-cli
Attempt 2 failed. Reason: Child_process exited with error code 123
|
|
test-cli
Attempt 1 failed. Reason: Child_process exited with error code 125
|