mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
Created named classes for TeleTestStep and TeleTestResult which makes it easier to analyze in heap snapshot. Also changing `titlePath` from a closure to a method on TeleTestStep saved ~100Mb out of 2300Mb. Intern test ids and absolute paths which showed up a lot of duplicate strings in heap snapshot. Clear stepMap after processing onTestEnd.
@playwright/test
This package contains Playwright Test. A test-runner for writing idiomatic and reliable end-to-end tests with Playwright.