fix: disallow prompts with leading or trailing spaces (#6201) #20
tests.yml
on: push
Unit Tests
4m 9s
CLI Tests
2m 55s
Playwright E2E Tests
11m 25s
Annotations
4 errors and 2 notices
|
Playwright E2E Tests
Process completed with exit code 1.
|
|
[default] › tests/grpc/make-request/make-request.spec.ts:60:7 › make grpc requests › make server streaming request:
tests/grpc/make-request/make-request.spec.ts#L0
1) [default] › tests/grpc/make-request/make-request.spec.ts:60:7 › make grpc requests › make server streaming request
Worker teardown timeout of 30000ms exceeded while tearing down "launchElectronApp".
|
|
[default] › tests/grpc/make-request/make-request.spec.ts:60:7 › make grpc requests › make server streaming request:
tests/grpc/make-request/make-request.spec.ts#L78
1) [default] › tests/grpc/make-request/make-request.spec.ts:60:7 › make grpc requests › make server streaming request
Error: Timed out 2000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('grpc-response-status-code')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 2000ms
- waiting for getByTestId('grpc-response-status-code')
76 | await test.step('send request', async () => {
77 | await locators.request.sendButton().click();
> 78 | await expect(locators.response.statusCode()).toBeVisible({ timeout: 2000 });
| ^
79 | await expect(locators.response.statusText()).toBeVisible({ timeout: 2000 });
80 | await expect(locators.response.statusCode()).toHaveText(/0/);
81 | await expect(locators.response.statusText()).toHaveText(/OK/);
at /home/runner/work/bruno/bruno/tests/grpc/make-request/make-request.spec.ts:78:52
at /home/runner/work/bruno/bruno/tests/grpc/make-request/make-request.spec.ts:76:5
|
|
Playwright E2E Tests
Worker teardown timeout of 30000ms exceeded.
Failed worker ran 38 tests, last 10 tests were:
[default] › tests/environments/export-environment/global-env-export/global-env-export.spec.ts:269:9 › Global Environment Export Tests › json file exports › should export multiple global environments as single JSON file
[default] › tests/environments/export-environment/global-env-export/global-env-export.spec.ts:318:9 › Global Environment Export Tests › json file exports › should generate unique names when the export directory already contains previously exported contents
[default] › tests/environments/export-environment/global-env-export/global-env-export.spec.ts:384:7 › Global Environment Export Tests › should not be able to export, when no environments are selected
[default] › tests/environments/import-environment/bruno-env-import/collection-env-import/collection-env-import.spec.ts:6:7 › Collection Environment Import Tests › should import single collection environment
[default] › tests/environments/import-environment/bruno-env-import/collection-env-import/collection-env-import.spec.ts:62:7 › Collection Environment Import Tests › should import multiple collection environments
[default] › tests/environments/import-environment/collection-env-import.spec.ts:10:7 › Collection Environment Import Tests › should import collection environment from file
[default] › tests/environments/import-environment/global-env-import.spec.ts:5:7 › Global Environment Import Tests › should import global environment from file
[default] › tests/environments/update-global-environment-via-script/global-env-update-via-script.spec.ts:10:7 › Global Environment Variable Update via Script › should update global environment values via script and verify the changes
[default] › tests/grpc/make-request/make-request.spec.ts:20:7 › make grpc requests › make unary request
[default] › tests/grpc/make-request/make-request.spec.ts:60:7 › make grpc requests › make server streaming request
|
|
227 tests found
There are 227 tests, see "Raw output" for the full list of tests.
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/grpc/make-request/make-request.spec.ts:60:7 › make grpc requests › make server streaming request
176 passed (9.4m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
3.36 MB |
sha256:5f537ab09f50209e1734c6e9ea5c8034bdcc9a0406a1d3534106320278b6a49b
|
|