You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: e2e/cli-e2e/tests/__snapshots__/collect.e2e.test.ts.snap
-130
Original file line number
Diff line number
Diff line change
@@ -1419,133 +1419,3 @@ exports[`CLI collect > should run ESLint plugin and create report.json 1`] = `
1419
1419
],
1420
1420
}
1421
1421
`;
1422
-
1423
-
exports[`CLI collect > should run Lighthouse plugin that runs lighthouse CLI and creates report.json 1`] =`
1424
-
{
1425
-
"categories": [
1426
-
{
1427
-
"refs": [
1428
-
{
1429
-
"plugin": "lighthouse",
1430
-
"slug": "performance",
1431
-
"type": "group",
1432
-
"weight": 1,
1433
-
},
1434
-
],
1435
-
"slug": "performance",
1436
-
"title": "Performance",
1437
-
},
1438
-
{
1439
-
"refs": [
1440
-
{
1441
-
"plugin": "lighthouse",
1442
-
"slug": "accessibility",
1443
-
"type": "group",
1444
-
"weight": 1,
1445
-
},
1446
-
],
1447
-
"slug": "a11y",
1448
-
"title": "Accessibility",
1449
-
},
1450
-
{
1451
-
"refs": [
1452
-
{
1453
-
"plugin": "lighthouse",
1454
-
"slug": "best-practices",
1455
-
"type": "group",
1456
-
"weight": 1,
1457
-
},
1458
-
],
1459
-
"slug": "best-practices",
1460
-
"title": "Best Practices",
1461
-
},
1462
-
{
1463
-
"refs": [
1464
-
{
1465
-
"plugin": "lighthouse",
1466
-
"slug": "seo",
1467
-
"type": "group",
1468
-
"weight": 1,
1469
-
},
1470
-
],
1471
-
"slug": "seo",
1472
-
"title": "SEO",
1473
-
},
1474
-
],
1475
-
"packageName": "@code-pushup/core",
1476
-
"plugins": [
1477
-
{
1478
-
"audits": [
1479
-
{
1480
-
"description": "Largest Contentful Paint marks the time at which the largest text or image is painted. [Learn more about the Largest Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)",
1481
-
"slug": "largest-contentful-paint",
1482
-
"title": "Largest Contentful Paint",
1483
-
},
1484
-
{
1485
-
"description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).",
1486
-
"slug": "deprecations",
1487
-
"title": "Avoids deprecated APIs",
1488
-
},
1489
-
{
1490
-
"description": "Each ARIA \`role\` supports a specific subset of \`aria-*\` attributes. Mismatching these invalidates the \`aria-*\` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.9/aria-allowed-attr).",
1491
-
"slug": "aria-allowed-attr",
1492
-
"title": "\`[aria-*]\` attributes match their roles",
1493
-
},
1494
-
{
1495
-
"description": "hreflang links tell search engines what version of a page they should list in search results for a given language or region. [Learn more about \`hreflang\`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/).",
1496
-
"slug": "hreflang",
1497
-
"title": "Document has a valid \`hreflang\`",
1498
-
},
1499
-
],
1500
-
"groups": [
1501
-
{
1502
-
"refs": [
1503
-
{
1504
-
"slug": "largest-contentful-paint",
1505
-
"weight": 25,
1506
-
},
1507
-
],
1508
-
"slug": "performance",
1509
-
"title": "Performance",
1510
-
},
1511
-
{
1512
-
"description": "These checks highlight opportunities to [improve the accessibility of your web app](https://developer.chrome.com/docs/lighthouse/accessibility/). Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so [manual testing](https://web.dev/articles/how-to-review) is also encouraged.",
1513
-
"refs": [
1514
-
{
1515
-
"slug": "aria-allowed-attr",
1516
-
"weight": 10,
1517
-
},
1518
-
],
1519
-
"slug": "accessibility",
1520
-
"title": "Accessibility",
1521
-
},
1522
-
{
1523
-
"refs": [
1524
-
{
1525
-
"slug": "deprecations",
1526
-
"weight": 5,
1527
-
},
1528
-
],
1529
-
"slug": "best-practices",
1530
-
"title": "Best Practices",
1531
-
},
1532
-
{
1533
-
"description": "These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on [Core Web Vitals](https://web.dev/explore/vitals). [Learn more about Google Search Essentials](https://support.google.com/webmasters/answer/35769).",
0 commit comments