Skip to content

Commit 6d9812b

Browse files
committed
add testing and devtools section
1 parent 2b1a418 commit 6d9812b

File tree

6 files changed

+72
-24
lines changed

6 files changed

+72
-24
lines changed

apps/svelte.dev/src/lib/packages-meta.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -186,16 +186,16 @@ const FEATURED: {
186186
'@inlang/paraglide-js'
187187
]
188188
},
189-
// {
190-
// title: 'Testing',
191-
// packages: [
192-
// '@testing-library/svelte',
193-
// 'svelte-jester',
194-
// '@cypress/svelte',
195-
// 'playwright',
196-
// 'vitest'
197-
// ]
198-
// },
189+
{
190+
title: 'Testing and devtools',
191+
packages: [
192+
'@testing-library/svelte',
193+
'playwright',
194+
'vitest',
195+
'svelte-inspect',
196+
'svelte-render-scan'
197+
]
198+
},
199199
{
200200
title: 'Router',
201201
description: 'SvelteKit is recommended, but here are some alternatives.',
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "playwright",
3-
"description": "A high-level API to automate web browsers for testing.",
4-
"repo_url": "https://github.com/microsoft/playwright",
5-
"authors": ["pavelfeldman", "yurys", "dgozman-ms", "playwright-bot"],
6-
"homepage": "https://playwright.dev",
7-
"downloads": 20565909,
8-
"updated": "2025-09-23T09:57:04.991Z",
3+
"description": "Framework for web testing and automation.",
4+
"repo_url": "https://github.com/saadeghi/daisyui",
5+
"authors": ["saadeghi"],
6+
"homepage": "https://daisyui.com",
7+
"downloads": 473434,
8+
"updated": "2025-09-22T08:15:28.788Z",
99
"runes": false,
10-
"github_stars": 77382,
10+
"github_stars": 38755,
1111
"typescript": true,
1212
"version": "1.55.1",
13-
"last_rune_check_version": "1.51.1"
13+
"svelte_range": "^3.0.0 || ^4.0.0 || ^5.0.0",
14+
"last_rune_check_version": "1.55.0"
1415
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "svelte-inspect-value",
3+
"description": "A pleasant value inspector component for svelte.",
4+
"repo_url": "https://github.com/saadeghi/daisyui",
5+
"authors": ["saadeghi"],
6+
"homepage": "https://daisyui.com",
7+
"downloads": 473434,
8+
"updated": "2025-09-22T08:15:28.788Z",
9+
"runes": true,
10+
"github_stars": 38755,
11+
"typescript": true,
12+
"version": "0.9.2",
13+
"svelte_range": "^5.29.0",
14+
"last_rune_check_version": "0.9.2"
15+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "svelte-render-scan",
3+
"description": "Visual debugging tool for Svelte applications.",
4+
"repo_url": "https://github.com/saadeghi/daisyui",
5+
"authors": ["saadeghi"],
6+
"homepage": "https://daisyui.com",
7+
"downloads": 473434,
8+
"updated": "2025-09-22T08:15:28.788Z",
9+
"runes": true,
10+
"github_stars": 38755,
11+
"typescript": true,
12+
"version": "1.1.0",
13+
"svelte_range": "^5.0.0",
14+
"last_rune_check_version": "1.1.0"
15+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@testing-library/svelte",
3+
"description": "Simple Svelte testing utilities.",
4+
"repo_url": "https://github.com/saadeghi/daisyui",
5+
"authors": ["saadeghi"],
6+
"homepage": "https://daisyui.com",
7+
"downloads": 473434,
8+
"updated": "2025-09-22T08:15:28.788Z",
9+
"runes": false,
10+
"github_stars": 38755,
11+
"typescript": true,
12+
"version": "5.2.8",
13+
"svelte_range": "^3.0.0 || ^4.0.0 || ^5.0.0",
14+
"last_rune_check_version": "5.2.7"
15+
}
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "vitest",
33
"description": "Next generation testing framework powered by Vite.",
4-
"repo_url": "https://github.com/vitest-dev/vitest",
5-
"authors": ["antfu", "patak", "oreanno", "yyx990803"],
6-
"homepage": "https://github.com/vitest-dev/vitest#readme",
7-
"downloads": 15660081,
8-
"updated": "2025-06-17T17:54:25.895Z",
4+
"repo_url": "https://github.com/saadeghi/daisyui",
5+
"authors": ["saadeghi"],
6+
"homepage": "https://daisyui.com",
7+
"downloads": 473434,
8+
"updated": "2025-09-22T08:15:28.788Z",
99
"runes": false,
10+
"github_stars": 38755,
1011
"typescript": true,
1112
"version": "3.2.4",
12-
"last_rune_check_version": "3.1.1"
13+
"svelte_range": "^3.0.0 || ^4.0.0 || ^5.0.0",
14+
"last_rune_check_version": "3.2.3"
1315
}

0 commit comments

Comments
 (0)