forked from Automattic/static-site-importer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomeboy.json
More file actions
52 lines (52 loc) · 1.31 KB
/
Copy pathhomeboy.json
File metadata and controls
52 lines (52 loc) · 1.31 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
{
"auto_cleanup": false,
"baselines": {
"lint": {
"context_id": "static-site-importer",
"created_at": "2026-08-03T16:41:21Z",
"item_count": 0,
"known_fingerprints": [],
"metadata": {
"findings_count": 0
}
}
},
"capability_extensions": {
"deps": "wordpress"
},
"changelog_target": "docs/CHANGELOG.md",
"extensions": {
"wordpress": {
"settings": {
"bench_env": {
"STATIC_SITE_IMPORTER_CODEBOX_BROWSER_EVIDENCE": "runtime-post-step"
},
"validation_dependencies": [],
"wordpress_runtime_post_steps": [
{
"args": [
"url=/",
"wait-for=load",
"viewport=1280x900",
"capture=html,console,errors,network,performance,memory,screenshot",
"assert=no-errors"
],
"command": "wordpress.browser-probe"
}
]
}
}
},
"id": "static-site-importer",
"remote_path": "wp-content/plugins/static-site-importer",
"version_targets": [
{
"file": "static-site-importer.php",
"pattern": "(?m)^\\s*\\*?\\s*Version:\\s*([0-9.]+)"
},
{
"file": "static-site-importer.php",
"pattern": "define\\(\\s*'STATIC_SITE_IMPORTER_VERSION',\\s*'([0-9.]+)'\\s*\\)"
}
]
}