-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.wp-env.json
More file actions
16 lines (16 loc) · 759 Bytes
/
Copy path.wp-env.json
File metadata and controls
16 lines (16 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"core": "https://wordpress.org/wordpress-7.0.2.zip",
"lifecycleScripts": {
"afterStart": "npx @wordpress/env run cli sh -c 'mkdir -p ~/.composer/vendor/bin && printf \"#!/bin/sh\\n# Ghostscript stand-in: WP_Debug_Data (Site Health) execs gs --version when the plugin gathers system info; empty output reports Ghostscript as not available, without sh: gs: not found noise in the Pest output.\\nexit 127\\n\" > ~/.composer/vendor/bin/gs && chmod +x ~/.composer/vendor/bin/gs'"
},
"mappings": {
"wp-content/mu-plugins": "./tests/pest/mu-plugins"
},
"phpVersion": "8.3",
"plugins": [
".",
"https://downloads.wordpress.org/plugin/elementor.zip"
],
"port": 8890,
"testsEnvironment": false
}