//
// (c) 2025 by Adrian Kiess
//
// Microsoft Playwright Test example for https://tomorrowork.de from Pi
// Innovation Culture GmbH.
// Use-Case: CSS property background-color validation checks to CSS class
// body of https://tomorrowork.de/!
// USAGE:
// % mkdir pic; cd pic
// % git clone [email protected]:adriankiess/pic.git
// % cd playwright-tomorrowork
// % npm init playwright@latest # Choose default where feasible
// % npx playwright test --project firefox
// % npx playwright show-report
// Browse to: http://localhost:9323