playwright/packages
Dmitry Gozman 3c2bca2768
fix(test loader): implement tsconfig paths through resolveFilename (#12357)
This uses `Module._resolveFilename` to intercept module resolution and
check `tsconfig.paths` similarly to pirates usage ot `Module._compile`.

Previously, we resolved during compilation that required reproducible
resolution due to caching. Now we can resolve as we go and support
all `tsconfig.paths`.
2022-02-25 15:43:58 -08:00
..
html-reporter feat(html): put diff first in image comparison (#12254) 2022-02-22 11:29:58 -08:00
playwright chore: cut v1.19.0 (#11944) 2022-02-08 16:01:44 -08:00
playwright-chromium chore: cut v1.19.0 (#11944) 2022-02-08 16:01:44 -08:00
playwright-core fix(test loader): implement tsconfig paths through resolveFilename (#12357) 2022-02-25 15:43:58 -08:00
playwright-firefox chore: cut v1.19.0 (#11944) 2022-02-08 16:01:44 -08:00
playwright-test fix(test loader): implement tsconfig paths through resolveFilename (#12357) 2022-02-25 15:43:58 -08:00
playwright-webkit chore: cut v1.19.0 (#11944) 2022-02-08 16:01:44 -08:00
.eslintrc.js chore: don't write into stdout from the test runner, use reporters instead (#11367) 2022-01-12 19:52:40 -08:00