{
  "name": "ultimate-reviews-development",
  "private": true,
  "scripts": {
    "test": "npm run test:php",
	"test:js": "node --test tests/*.test.js",
	"phpcs:diff": "node build/phpcs-diff.js --baseline=f80e8c2ae3badbc9ef481d12a0574f958144946a --standard=phpcs.xml.dist",
	"phpcs:new-files": "node build/phpcs-diff.js --baseline=becad3f09d9279d62166df5f9414f5b839b724d1 --standard=phpcs.xml.dist --added-only",
    "test:php": "php tests/query-baseline.php && php tests/review-context-baseline.php && php tests/review-context.php && php tests/repository-bounds.php && php tests/public-contracts.php && php tests/helper-compatibility.php",
    "test:php:docker": "wp-env run cli --config=.wp-env.tests.json --env-cwd=wp-content/plugins/urp php tests/query-baseline.php && wp-env run cli --config=.wp-env.tests.json --env-cwd=wp-content/plugins/urp php tests/review-context-baseline.php && wp-env run cli --config=.wp-env.tests.json --env-cwd=wp-content/plugins/urp php tests/review-context.php && wp-env run cli --config=.wp-env.tests.json --env-cwd=wp-content/plugins/urp php tests/repository-bounds.php && wp-env run cli --config=.wp-env.tests.json --env-cwd=wp-content/plugins/urp php tests/public-contracts.php && wp-env run cli --config=.wp-env.tests.json --env-cwd=wp-content/plugins/urp php tests/helper-compatibility.php",
    "env:start:tests": "wp-env start --config=.wp-env.tests.json --update",
    "env:stop:tests": "wp-env stop --config=.wp-env.tests.json",
		"test:integration": "wp-env run cli --config=.wp-env.tests.json --env-cwd=wp-content/plugins/urp vendor/bin/phpunit -c phpunit.xml.dist",
		"test:integration:ajax": "wp-env run cli --config=.wp-env.tests.json --env-cwd=wp-content/plugins/urp vendor/bin/phpunit -c phpunit.xml.dist --group ajax",
    "test:integration:compatibility": "wp-env run cli --config=.wp-env.tests.json --env-cwd=wp-content/plugins/urp vendor/bin/phpunit -c phpunit-helper-first.xml.dist && wp-env run cli --config=.wp-env.tests.json --env-cwd=wp-content/plugins/urp vendor/bin/phpunit -c phpunit-free-first.xml.dist",
    "test:benchmark:repository": "wp-env run cli --config=.wp-env.tests.json --env-cwd=wp-content/plugins/urp wp eval-file tests/benchmarks/repository-scale.php",
    "test:benchmark:export": "wp-env run cli --config=.wp-env.tests.json --env-cwd=wp-content/plugins/urp wp eval-file tests/benchmarks/export-scale.php"
  },
  "devDependencies": {
    "@wordpress/env": "^11.12.0"
  }
}
