|
3294 | 3294 | "app dir - metadata dynamic routes sitemap should support videos in sitemap",
|
3295 | 3295 | "app dir - metadata dynamic routes social image routes should fill params into dynamic routes url of metadata images",
|
3296 | 3296 | "app dir - metadata dynamic routes social image routes should fill params into routes groups url of static images",
|
3297 |
| - "app dir - metadata dynamic routes social image routes should handle custom fonts in both edge and nodejs runtime", |
3298 | 3297 | "app dir - metadata dynamic routes social image routes should handle manifest.[ext] dynamic routes",
|
3299 | 3298 | "app dir - metadata dynamic routes social image routes should render og image with opengraph-image dynamic routes",
|
3300 | 3299 | "app dir - metadata dynamic routes social image routes should render og image with twitter-image dynamic routes",
|
|
3316 | 3315 | "flakey": [],
|
3317 | 3316 | "runtimeError": false
|
3318 | 3317 | },
|
| 3318 | + "test/e2e/app-dir/metadata-font/metadata-font.test.ts": { |
| 3319 | + "passed": [ |
| 3320 | + "app dir - metadata font should handle custom fonts in both edge and nodejs runtime" |
| 3321 | + ], |
| 3322 | + "failed": [], |
| 3323 | + "pending": [], |
| 3324 | + "flakey": [], |
| 3325 | + "runtimeError": false |
| 3326 | + }, |
3319 | 3327 | "test/e2e/app-dir/metadata-icons-parallel-routes/metadata-icons-parallel-routes.test.ts": {
|
3320 | 3328 | "passed": [
|
3321 | 3329 | "app-dir - metadata-icons-parallel-routes should inherit parent apple icon when child does not present but parent contain static apple icon",
|
|
4978 | 4986 | "flakey": [],
|
4979 | 4987 | "runtimeError": false
|
4980 | 4988 | },
|
| 4989 | + "test/e2e/app-dir/ppr-partial-hydration/ppr-partial-hydration.test.ts": { |
| 4990 | + "passed": [ |
| 4991 | + "PPR - partial hydration No static shell, no streaming metadata should display the shell without JS", |
| 4992 | + "PPR - partial hydration No static shell, no streaming metadata should hydrate the shell without waiting for slow suspense boundaries", |
| 4993 | + "PPR - partial hydration No static shell, no streaming metadata should produce a valid HTML document", |
| 4994 | + "PPR - partial hydration No static shell, streaming metadata should display the shell without JS", |
| 4995 | + "PPR - partial hydration No static shell, streaming metadata should hydrate the shell without waiting for slow suspense boundaries", |
| 4996 | + "PPR - partial hydration No static shell, streaming metadata should produce a valid HTML document", |
| 4997 | + "PPR - partial hydration Static shell, no streaming metadata should display the shell without JS", |
| 4998 | + "PPR - partial hydration Static shell, no streaming metadata should hydrate the shell without waiting for slow suspense boundaries", |
| 4999 | + "PPR - partial hydration Static shell, no streaming metadata should produce a valid HTML document", |
| 5000 | + "PPR - partial hydration Static shell, streaming metadata should display the shell without JS", |
| 5001 | + "PPR - partial hydration Static shell, streaming metadata should hydrate the shell without waiting for slow suspense boundaries", |
| 5002 | + "PPR - partial hydration Static shell, streaming metadata should produce a valid HTML document" |
| 5003 | + ], |
| 5004 | + "failed": [], |
| 5005 | + "pending": [], |
| 5006 | + "flakey": [], |
| 5007 | + "runtimeError": false |
| 5008 | + }, |
4981 | 5009 | "test/e2e/app-dir/ppr-unstable-cache/ppr-unstable-cache.test.ts": {
|
4982 | 5010 | "passed": ["ppr-unstable-cache should not cache inner fetch calls"],
|
4983 | 5011 | "failed": [],
|
|
10791 | 10819 | "flakey": [],
|
10792 | 10820 | "runtimeError": false
|
10793 | 10821 | },
|
| 10822 | + "test/integration/create-next-app/biome-config.test.ts": { |
| 10823 | + "passed": [ |
| 10824 | + "create-next-app Biome configuration should format code with biome successfully", |
| 10825 | + "create-next-app Biome configuration should match biome.json snapshot", |
| 10826 | + "create-next-app Biome configuration should run biome check successfully on generated JavaScript project", |
| 10827 | + "create-next-app Biome configuration should run biome check successfully on generated TypeScript project", |
| 10828 | + "create-next-app Biome configuration should show errors when biome detects issues" |
| 10829 | + ], |
| 10830 | + "failed": [], |
| 10831 | + "pending": [], |
| 10832 | + "flakey": [], |
| 10833 | + "runtimeError": false |
| 10834 | + }, |
| 10835 | + "test/integration/create-next-app/eslint-config.test.ts": { |
| 10836 | + "passed": [ |
| 10837 | + "create-next-app ESLint configuration should generate eslint.config.mjs for JavaScript project with ESLint", |
| 10838 | + "create-next-app ESLint configuration should generate eslint.config.mjs for TypeScript project with ESLint" |
| 10839 | + ], |
| 10840 | + "failed": [], |
| 10841 | + "pending": [], |
| 10842 | + "flakey": [], |
| 10843 | + "runtimeError": false |
| 10844 | + }, |
10794 | 10845 | "test/integration/create-next-app/examples.test.ts": {
|
10795 | 10846 | "passed": [
|
10796 | 10847 | "create-next-app --example should create if --example value is default",
|
|
0 commit comments