feat(Git Projects): Insomnia files can be anywhere inside the repository #17677
Annotations
6 errors, 5 warnings, and 1 notice
[Smoke] › smoke/dashboard-interactions.test.ts:89:9 › Dashboard › Interactions › Can create:
packages/insomnia-smoke-test/tests/smoke/dashboard-interactions.test.ts#L102
1) [Smoke] › smoke/dashboard-interactions.test.ts:89:9 › Dashboard › Interactions › Can create, rename and delete a document
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for getByLabel('Files').getByLabel('my-spec.yaml').getByRole('button')
100 |
101 | // Rename document
> 102 | await page.getByLabel('Files').getByLabel('my-spec.yaml').getByRole('button').click();
| ^
103 | await page.getByRole('menuitem', { name: 'Rename' }).click();
104 | await page.locator('text=Rename DocumentName Rename >> input[type="text"]').fill('test123');
105 | await page.click('#root button:has-text("Rename")');
at /home/runner/work/insomnia/insomnia/packages/insomnia-smoke-test/tests/smoke/dashboard-interactions.test.ts:102:85
|
[Smoke] › smoke/design-document-naming.test.ts:4:9 › design document operations › can name design documents:
packages/insomnia-smoke-test/tests/smoke/design-document-naming.test.ts#L6
2) [Smoke] › smoke/design-document-naming.test.ts:4:9 › design document operations › can name design documents
TimeoutError: locator.fill: Timeout 30000ms exceeded.
Call log:
- waiting for getByPlaceholder('my-spec.yaml')
4 | test('can name design documents', async ({ page }) => {
5 | await page.getByRole('button', { name: 'New Document' }).click();
> 6 | await page.getByPlaceholder('my-spec.yaml').fill('jurassic park');
| ^
7 | await page.getByPlaceholder('my-spec.yaml').press('Enter');
8 | await page.getByTestId('project').click();
9 | await page.getByLabel('Files').getByLabel('jurassic park').click();
at /home/runner/work/insomnia/insomnia/packages/insomnia-smoke-test/tests/smoke/design-document-naming.test.ts:6:53
|
[Smoke] › smoke/design-document-naming.test.ts:12:9 › design document operations › can delete a test suite with confirmation modal:
packages/insomnia-smoke-test/tests/smoke/design-document-naming.test.ts#L14
3) [Smoke] › smoke/design-document-naming.test.ts:12:9 › design document operations › can delete a test suite with confirmation modal
TimeoutError: locator.fill: Timeout 30000ms exceeded.
Call log:
- waiting for getByPlaceholder('my-spec.yaml')
12 | test('can delete a test suite with confirmation modal', async ({ page }) => {
13 | await page.getByRole('button', { name: 'New Document' }).click();
> 14 | await page.getByPlaceholder('my-spec.yaml').fill('jurassic park');
| ^
15 | await page.getByPlaceholder('my-spec.yaml').press('Enter');
16 | await page.getByTestId('workspace-test').click();
17 | await page.getByText('New test suite').click();
at /home/runner/work/insomnia/insomnia/packages/insomnia-smoke-test/tests/smoke/design-document-naming.test.ts:14:53
|
[Smoke] › smoke/insomnia-tab.test.ts:68:7 › multiple-tab feature test › click + button to add a new request:
packages/insomnia-smoke-test/tests/smoke/insomnia-tab.test.ts#L77
4) [Smoke] › smoke/insomnia-tab.test.ts:68:7 › multiple-tab feature test › click + button to add a new request
TimeoutError: locator.fill: Timeout 30000ms exceeded.
Call log:
- waiting for getByPlaceholder('My Collection')
75 | await page.getByLabel('Create in project').click();
76 | await page.getByLabel('Request collection', { exact: true }).click();
> 77 | await page.getByPlaceholder('My Collection').fill('Test add tab collection');
| ^
78 | await page.getByRole('button', { name: 'Create', exact: true }).click();
79 | await page.waitForTimeout(1000);
80 | await page.getByLabel('Tab Plus').click();
at /home/runner/work/insomnia/insomnia/packages/insomnia-smoke-test/tests/smoke/insomnia-tab.test.ts:77:50
|
[Smoke] › smoke/insomnia-vault.test.ts:110:7 › Check vault used in environment › create global private sub environment to store vaults:
packages/insomnia-smoke-test/tests/smoke/insomnia-vault.test.ts#L121
5) [Smoke] › smoke/insomnia-vault.test.ts:110:7 › Check vault used in environment › create global private sub environment to store vaults
TimeoutError: locator.fill: Timeout 30000ms exceeded.
Call log:
- waiting for getByPlaceholder('New environment')
119 | await page.getByLabel('Create in project').click();
120 | await page.getByLabel('Create', { exact: true }).getByText('Environment').click();
> 121 | await page.getByPlaceholder('New environment').fill('New Global Vault Environment');
| ^
122 | await page.getByRole('button', { name: 'Create', exact: true }).click();
123 | await page.getByTestId('CreateEnvironmentDropdown').click();
124 | await page.getByText('Private environment').click();
at /home/runner/work/insomnia/insomnia/packages/insomnia-smoke-test/tests/smoke/insomnia-vault.test.ts:121:52
|
Test
Process completed with exit code 255.
|
Slow Test:
packages/insomnia-smoke-test/[Smoke] › smoke/pre-request-script-features.test.ts#L1
packages/insomnia-smoke-test/[Smoke] › smoke/pre-request-script-features.test.ts took 2.9m
|
Slow Test:
packages/insomnia-smoke-test/[Smoke] › smoke/runner.test.ts#L1
packages/insomnia-smoke-test/[Smoke] › smoke/runner.test.ts took 1.0m
|
Slow Test:
packages/insomnia-smoke-test/[Smoke] › smoke/insomnia-tab.test.ts#L1
packages/insomnia-smoke-test/[Smoke] › smoke/insomnia-tab.test.ts took 56.9s
|
Slow Test:
packages/insomnia-smoke-test/[Smoke] › smoke/debug-sidebar-interactions.test.ts#L1
packages/insomnia-smoke-test/[Smoke] › smoke/debug-sidebar-interactions.test.ts took 49.6s
|
Slow Test:
packages/insomnia-smoke-test/[Smoke] › smoke/environment-editor-interactions.test.ts#L1
packages/insomnia-smoke-test/[Smoke] › smoke/environment-editor-interactions.test.ts took 34.6s
|
🎭 Playwright Run Summary
5 failed
[Smoke] › smoke/dashboard-interactions.test.ts:89:9 › Dashboard › Interactions › Can create, rename and delete a document
[Smoke] › smoke/design-document-naming.test.ts:4:9 › design document operations › can name design documents
[Smoke] › smoke/design-document-naming.test.ts:12:9 › design document operations › can delete a test suite with confirmation modal
[Smoke] › smoke/insomnia-tab.test.ts:68:7 › multiple-tab feature test › click + button to add a new request
[Smoke] › smoke/insomnia-vault.test.ts:110:7 › Check vault used in environment › create global private sub environment to store vaults
2 skipped
97 passed (13.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
ubuntu-smoke-test-traces-17677
|
7.02 MB |
|