playwright/tests/components
Dmitry Gozman cb676e29cc feat(test runner): rework how tsconfig is applied
Previously, test runner would load tsconfig for each imported file
based on its location, going up the directory tree.

Now, test runner mostly uses a single tsconfig for all imported
files and respects `files`, `include` and `exclude` properties to
determine whether to apply tsconfig to a particular file or not.

For backwards compatibility, root tsconfig is used to load
`playwright.config.ts`, but when `testDir` has its own tsconfig,
it used for loading all tests instead of the root tsconfig.
2024-03-11 16:15:53 -07:00
..
ct-react-vite test: bump ct typescript version (#29855) 2024-03-11 17:09:26 +01:00
ct-react17 feat(ct): double unmounting component throws error (#29650) 2024-02-26 11:16:27 -08:00
ct-solid test: bump ct typescript version (#29855) 2024-03-11 17:09:26 +01:00
ct-svelte feat(ct): double unmounting component throws error (#29650) 2024-02-26 11:16:27 -08:00
ct-svelte-vite feat(ct): double unmounting component throws error (#29650) 2024-02-26 11:16:27 -08:00
ct-vue-cli feat(ct): double unmounting component throws error (#29650) 2024-02-26 11:16:27 -08:00
ct-vue-vite feat(ct): double unmounting component throws error (#29650) 2024-02-26 11:16:27 -08:00
ct-vue2-cli feat(ct): double unmounting component throws error (#29650) 2024-02-26 11:16:27 -08:00
.gitignore Revert "chore: use plugins for component testing again (#13977)" (#13998) 2022-05-06 12:02:07 -07:00
test-all.spec.js feat(test runner): rework how tsconfig is applied 2024-03-11 16:15:53 -07:00