docs: improve llms docs #3979
e2e.yml
on: push
Matrix: e2e-node
Matrix: e2e-os
Matrix: e2e
e2e result
4s
Annotations
12 errors and 38 notices
|
e2e-os (macos-latest, vite)
Process completed with exit code 1.
|
|
[chromium] βΊ tests/plugin-blog/blog.spec.ts:4:3 βΊ plugin-blog βΊ generate type page:
e2e/tests/plugin-blog/blog.spec.ts#L9
2) [chromium] βΊ tests/plugin-blog/blog.spec.ts:4:3 βΊ plugin-blog βΊ generate type page ββββββββββββ
Error: expect(locator).not.toHaveText(expected) failed
Locator: locator('main')
Expected: not "404"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "not toHaveText" with timeout 5000ms
- waiting for locator('main')
7 | for (const type of types) {
8 | await page.goto(`${type}/`)
> 9 | await expect(page.locator('main')).not.toHaveText('404')
| ^
10 | await expect(page.locator('article').first()).toBeVisible()
11 | }
12 | })
at /Users/runner/work/ecosystem/ecosystem/e2e/tests/plugin-blog/blog.spec.ts:9:46
|
|
[chromium] βΊ tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:15:1 βΊ should auto frontmatter:
e2e/tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts#L18
1) [chromium] βΊ tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:15:1 βΊ should auto frontmatter
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveText(expected) failed
Locator: locator('.frontmatter-test')
Expected: "README"
Received: ""
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for locator('.frontmatter-test')
9 Γ locator resolved to <p class="frontmatter-test"></p>
- unexpected value ""
16 | await page.goto('auto-frontmatter/')
17 |
> 18 | await expect(page.locator('.frontmatter-test')).toHaveText('README')
| ^
19 | })
20 |
21 | test('should not auto frontmatter', async ({ page }) => {
at /Users/runner/work/ecosystem/ecosystem/e2e/tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:18:51
|
|
[chromium] βΊ tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:15:1 βΊ should auto frontmatter:
e2e/tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts#L18
1) [chromium] βΊ tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:15:1 βΊ should auto frontmatter
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveText(expected) failed
Locator: locator('.frontmatter-test')
Expected: "README"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for locator('.frontmatter-test')
16 | await page.goto('auto-frontmatter/')
17 |
> 18 | await expect(page.locator('.frontmatter-test')).toHaveText('README')
| ^
19 | })
20 |
21 | test('should not auto frontmatter', async ({ page }) => {
at /Users/runner/work/ecosystem/ecosystem/e2e/tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:18:51
|
|
[chromium] βΊ tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:15:1 βΊ should auto frontmatter:
e2e/tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts#L18
1) [chromium] βΊ tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:15:1 βΊ should auto frontmatter
Error: expect(locator).toHaveText(expected) failed
Locator: locator('.frontmatter-test')
Expected: "README"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for locator('.frontmatter-test')
16 | await page.goto('auto-frontmatter/')
17 |
> 18 | await expect(page.locator('.frontmatter-test')).toHaveText('README')
| ^
19 | })
20 |
21 | test('should not auto frontmatter', async ({ page }) => {
at /Users/runner/work/ecosystem/ecosystem/e2e/tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:18:51
|
|
e2e (vite)
Process completed with exit code 1.
|
|
[chromium] βΊ tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:15:1 βΊ should auto frontmatter:
e2e/tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts#L18
1) [chromium] βΊ tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:15:1 βΊ should auto frontmatter
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveText(expected) failed
Locator: locator('.frontmatter-test')
Expected: "README"
Received: ""
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for locator('.frontmatter-test')
9 Γ locator resolved to <p class="frontmatter-test"></p>
- unexpected value ""
16 | await page.goto('auto-frontmatter/')
17 |
> 18 | await expect(page.locator('.frontmatter-test')).toHaveText('README')
| ^
19 | })
20 |
21 | test('should not auto frontmatter', async ({ page }) => {
at /home/runner/work/ecosystem/ecosystem/e2e/tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:18:51
|
|
[chromium] βΊ tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:15:1 βΊ should auto frontmatter:
e2e/tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts#L18
1) [chromium] βΊ tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:15:1 βΊ should auto frontmatter
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toHaveText(expected) failed
Locator: locator('.frontmatter-test')
Expected: "README"
Received: ""
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for locator('.frontmatter-test')
9 Γ locator resolved to <p class="frontmatter-test"></p>
- unexpected value ""
16 | await page.goto('auto-frontmatter/')
17 |
> 18 | await expect(page.locator('.frontmatter-test')).toHaveText('README')
| ^
19 | })
20 |
21 | test('should not auto frontmatter', async ({ page }) => {
at /home/runner/work/ecosystem/ecosystem/e2e/tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:18:51
|
|
[chromium] βΊ tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:15:1 βΊ should auto frontmatter:
e2e/tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts#L18
1) [chromium] βΊ tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:15:1 βΊ should auto frontmatter
Error: expect(locator).toHaveText(expected) failed
Locator: locator('.frontmatter-test')
Expected: "README"
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for locator('.frontmatter-test')
16 | await page.goto('auto-frontmatter/')
17 |
> 18 | await expect(page.locator('.frontmatter-test')).toHaveText('README')
| ^
19 | })
20 |
21 | test('should not auto frontmatter', async ({ page }) => {
at /home/runner/work/ecosystem/ecosystem/e2e/tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:18:51
|
|
[chromium] βΊ tests/plugin-blog/blog.spec.ts:25:3 βΊ plugin-blog βΊ generate category item page:
e2e/tests/plugin-blog/blog.spec.ts#L33
1) [chromium] βΊ tests/plugin-blog/blog.spec.ts:25:3 βΊ plugin-blog βΊ generate category item page ββ
Error: page.goto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "http://127.0.0.1:9080/category/category-a/", waiting until "load"
31 | for (const [name, items] of Object.entries(categoryConfig)) {
32 | for (const item of items) {
> 33 | await page.goto(`${name}/${encodeURI(item)}/`)
| ^
34 |
35 | await expect(page.locator('main')).not.toHaveText('404')
36 | }
at /home/runner/work/ecosystem/ecosystem/e2e/tests/plugin-blog/blog.spec.ts:33:20
|
|
[chromium] βΊ tests/plugin-blog/blog.spec.ts:25:3 βΊ plugin-blog βΊ generate category item page:
e2e/tests/plugin-blog/blog.spec.ts#L0
1) [chromium] βΊ tests/plugin-blog/blog.spec.ts:25:3 βΊ plugin-blog βΊ generate category item page ββ
Test timeout of 30000ms exceeded.
|
|
e2e result
Process completed with exit code 1.
|
|
π Playwright Run Summary
54 passed (17.5s)
|
|
π Playwright Run Summary
54 passed (30.9s)
|
|
π Playwright Run Summary
54 passed (17.5s)
|
|
π Playwright Run Summary
54 passed (32.6s)
|
|
π Playwright Run Summary
54 passed (21.6s)
|
|
π Playwright Run Summary
54 passed (34.1s)
|
|
π Playwright Run Summary
54 passed (21.7s)
|
|
π Playwright Run Summary
54 passed (35.8s)
|
|
π Playwright Run Summary
54 passed (25.3s)
|
|
π Playwright Run Summary
54 passed (29.2s)
|
|
π Playwright Run Summary
54 passed (27.5s)
|
|
π Playwright Run Summary
54 passed (33.0s)
|
|
π Playwright Run Summary
54 passed (32.1s)
|
|
π Playwright Run Summary
54 passed (41.3s)
|
|
π Playwright Run Summary
54 passed (31.2s)
|
|
π Playwright Run Summary
54 passed (42.1s)
|
|
π Playwright Run Summary
1 failed
[chromium] βΊ tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:15:1 βΊ should auto frontmatter
1 flaky
[chromium] βΊ tests/plugin-blog/blog.spec.ts:4:3 βΊ plugin-blog βΊ generate type page βββββββββββββ
52 passed (56.6s)
|
|
π Playwright Run Summary
54 passed (24.3s)
|
|
π Playwright Run Summary
54 passed (34.7s)
|
|
π Playwright Run Summary
54 passed (33.3s)
|
|
π Playwright Run Summary
54 passed (43.4s)
|
|
π Playwright Run Summary
54 passed (33.6s)
|
|
π Playwright Run Summary
54 passed (45.0s)
|
|
π Playwright Run Summary
54 passed (41.2s)
|
|
π Playwright Run Summary
54 passed (52.1s)
|
|
π Playwright Run Summary
54 passed (43.2s)
|
|
π Playwright Run Summary
54 passed (51.0s)
|
|
π Playwright Run Summary
1 failed
[chromium] βΊ tests/plugin-auto-frontmatter/auto-frontmatter.spec.ts:15:1 βΊ should auto frontmatter
53 passed (47.1s)
|
|
π Playwright Run Summary
1 flaky
[chromium] βΊ tests/plugin-blog/blog.spec.ts:25:3 βΊ plugin-blog βΊ generate category item page βββ
53 passed (42.7s)
|
|
π Playwright Run Summary
54 passed (30.3s)
|
|
π Playwright Run Summary
54 passed (25.1s)
|
|
π Playwright Run Summary
54 passed (45.3s)
|
|
π Playwright Run Summary
54 passed (24.6s)
|
|
π Playwright Run Summary
54 passed (56.4s)
|
|
π Playwright Run Summary
54 passed (29.5s)
|
|
π Playwright Run Summary
54 passed (42.4s)
|
|
π Playwright Run Summary
54 passed (30.2s)
|
|
π Playwright Run Summary
54 passed (41.9s)
|