forked from Automattic/static-site-importer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-manifest.json
More file actions
79 lines (79 loc) · 6.77 KB
/
Copy pathtest-manifest.json
File metadata and controls
79 lines (79 loc) · 6.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"schema": "static-site-importer/test-manifest/v1",
"exclusions": {
"tests/fixtures/**": "Fixture inputs are data, not executable tests.",
"tests/figma-zstd-decoder.php": "CLI diagnostic helper; exercised by tools/php-wasm-zstd.test.mjs."
},
"tests": [
{ "path": "tests/form-materializer-smoke.php", "environment": "standalone-php" },
{ "path": "tests/provider-adapter-runtime-smoke.php", "environment": "standalone-php" },
{ "path": "tests/host-dependency-resolver.test.mjs", "environment": "node" },
{ "path": "tests/smoke-ability-error-report-summary.php", "environment": "standalone-php" },
{ "path": "tests/smoke-ability-import-success-diagnostics.php", "environment": "standalone-php" },
{ "path": "tests/smoke-ability-registration-idempotent.php", "environment": "standalone-php" },
{ "path": "tests/smoke-canonical-import-ability.php", "environment": "standalone-php" },
{ "path": "tests/smoke-client-script-policy.php", "environment": "standalone-php" },
{ "path": "tests/smoke-content-only-policy.php", "environment": "standalone-php" },
{ "path": "tests/smoke-companion-plugin-js.php", "environment": "standalone-php" },
{ "path": "tests/smoke-companion-plugin.php", "environment": "standalone-php" },
{ "path": "tests/smoke-contact-layout-transformer.php", "environment": "standalone-php" },
{ "path": "tests/smoke-diagnostic-loss-classes.php", "environment": "standalone-php" },
{ "path": "tests/smoke-empty-js-populated-container.php", "environment": "standalone-php" },
{ "path": "tests/smoke-entity-materializer-registry.php", "environment": "standalone-php" },
{ "path": "tests/smoke-external-report-destinations.php", "environment": "standalone-php" },
{ "path": "tests/smoke-export-theme-ability.php", "environment": "standalone-php" },
{ "path": "tests/smoke-import-diagnostic-contract.php", "environment": "standalone-php" },
{ "path": "tests/smoke-import-disposition.php", "environment": "standalone-php" },
{ "path": "tests/smoke-import-permission-filter.php", "environment": "standalone-php" },
{ "path": "tests/smoke-current-site-capabilities.php", "environment": "standalone-php" },
{ "path": "tests/smoke-importer-block.php", "environment": "standalone-php" },
{ "path": "tests/smoke-inline-svg-materialization.php", "environment": "standalone-php" },
{ "path": "tests/smoke-materialized-block-content-validation.php", "environment": "standalone-php" },
{ "path": "tests/smoke-playground-import-primitive.php", "environment": "standalone-php" },
{ "path": "tests/smoke-plugin-materializer-lifecycle.php", "environment": "standalone-php" },
{ "path": "tests/smoke-product-handoff-contract.php", "environment": "standalone-php" },
{ "path": "tests/smoke-product-materializer.php", "environment": "standalone-php" },
{ "path": "tests/smoke-provider-presentation.php", "environment": "standalone-php" },
{ "path": "tests/smoke-safe-html-fallback-reducer.php", "environment": "standalone-php" },
{ "path": "tests/smoke-site-identity.php", "environment": "standalone-php" },
{ "path": "tests/smoke-template-chrome-dedupe.php", "environment": "standalone-php" },
{ "path": "tests/smoke-template-part-shell-dedupe.php", "environment": "standalone-php" },
{ "path": "tests/smoke-url-import-runtime.php", "environment": "standalone-php" },
{ "path": "tests/smoke-rest-url-import-helpers.php", "environment": "standalone-php" },
{ "path": "tests/smoke-url-concurrent-fetcher.php", "environment": "standalone-php" },
{ "path": "tests/smoke-validation-runtime-diagnostics.php", "environment": "standalone-php" },
{ "path": "tests/smoke-visual-repair-css.php", "environment": "standalone-php" },
{ "path": "tests/smoke-webfont-producer-consumer.php", "environment": "standalone-php" },
{ "path": "tests/smoke-google-fonts-cap-fallback.php", "environment": "standalone-php" },
{ "path": "tests/smoke-website-artifact-import-input.php", "environment": "standalone-php" },
{ "path": "tests/smoke-wordpress-site-plan-materializer.php", "environment": "standalone-php" },
{ "path": "tests/smoke-artifact-run-primitives.php", "environment": "standalone-php" },
{ "path": "tests/smoke-shared-resource-plan.php", "environment": "standalone-php" },
{ "path": "tests/smoke-figma-workspace-lifecycle.php", "environment": "standalone-php" },
{ "path": "tests/smoke-url-batch-import.php", "environment": "standalone-php" },
{ "path": "tests/smoke-url-site-collector.php", "environment": "standalone-php" },
{ "path": "tests/smoke-plan-post-classification.php", "environment": "wordpress-runtime" },
{ "path": "tests/smoke-import-source-of-truth-manifest.php", "environment": "wordpress-runtime" },
{ "path": "tests/smoke-rest-import-normalization.php", "environment": "wordpress-runtime" },
{ "path": "tests/smoke-rest-url-import-via-ability.php", "environment": "wordpress-runtime" },
{ "path": "tests/smoke-rest-url-import-continuation.php", "environment": "wordpress-runtime" },
{ "path": "tests/smoke-rest-url-import-private-ip.php", "environment": "wordpress-runtime" },
{ "path": "tests/smoke-static-interactive-artifact.php", "environment": "wordpress-runtime" },
{ "path": "tests/smoke-url-batch-import-wordpress.php", "environment": "wordpress-runtime" },
{ "path": "tests/smoke-website-artifact-document-metadata.php", "environment": "wordpress-runtime" },
{ "path": "tests/StaticSiteImporterFallbackDiagnosticsTest.php", "environment": "wordpress-runtime", "command": ["phpunit", "tests/StaticSiteImporterFallbackDiagnosticsTest.php"] },
{ "path": "tests/form-materializer-topology.test.mjs", "environment": "node" },
{ "path": "tools/fig-intent-parity-report.test.mjs", "environment": "node" },
{ "path": "tools/fixture-matrix.test.mjs", "environment": "node" },
{ "path": "tools/php-wasm-zstd.test.mjs", "environment": "node" },
{ "path": "tools/promote-solved-fixture.test.mjs", "environment": "node" },
{ "path": "tools/run-test-manifest.test.mjs", "environment": "node" },
{ "path": "tools/run-fig-fixture-e2e.test.mjs", "environment": "node" },
{ "path": "tools/runtime-package-manifest.test.mjs", "environment": "node" },
{ "path": "tools/verify-solved-site-promotion.test.mjs", "environment": "node" },
{ "path": "tests/smoke-generated-theme-block-validation.cjs", "environment": "browser-wp-codebox" },
{ "path": "tests/run-validation-harness.cjs", "environment": "operator-only", "command": ["node", "tests/run-validation-harness.cjs"] },
{ "path": "tools/run-fixture-matrix.mjs", "environment": "operator-only", "command": ["node", "tools/run-fixture-matrix.mjs"] },
{ "path": "tools/fig-acceptance-provider.mjs", "environment": "operator-only", "command": ["node", "tools/fig-acceptance-provider.mjs"] }
]
}