﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	focuses
66036	Run smoke tests post install and upgrade tests	adrianmoldovanwp	lancewillett	"The Upgrade Tests CI workflow (`.github/workflows/reusable-upgrade-testing.yml`) installs an old version of WordPress, upgrades it, and
then runs `wp core version`. No step in the job further checks the site.

The install tests workflow (`.github/workflows/install-testing.yml`) is similar, nothing checks the site after the install via cli completes.

Wiring existing checks would be ideal, but the e2e Playwright tests need a more complex setup: node, build, docker, etc, and they cannot run against the already installed/upgraded version directly in the runner.

Explore a light smoke checks option using curl commands against the PHP's built-in server that can be started after install/upgrade."	enhancement	accepted	normal	7.2	Build/Test Tools		normal		has-patch		tests
