Repository to reproduce playwright timezoneId bug
Ensure deps are installed using yarn and yarn playwright install
- Set computer time zone to GMT, note down this time
- Run
yarn playwright test
Expected: Test prints out time in Sydney Time (based on timezoneId setting in the config)
Actual: Test prints out local time of the machine running the test