Remote test runs can now forward raw TCP connections to fixed localhost ports on your machine, particularly useful for proxying to local databases.
Major features & improvements
proxyNetworkPortsconfig option: Lets remote runners connect to specific localhost ports on your machine.- Project
testDirsupport: We now support project specifictestDirparameters in Playwright config. - More than 10 tests per file with
fullyParallel: false: Test files with more than 10 tests now run correctly whenfullyParallelis set tofalsein Playwright config.