playwright

Is there a difference between running Playwright chromium/webkit tests on macOS or Windows?


We want to test our 3D model based website with playwright but there was an idea that we shouldn't even need to test it on macOS, if there is no difference between the 2 platforms, and there is bigger differences between webkit or chromium, but webkit can be also tested on Windows.


Solution

  • It's different.

    https://playwright.dev/docs/browsers#webkit

    I'd say that if you use WebGL, Three.js, etc., it'd be nice to test it before moving all tests to Windows, just because of 3D models.