Component Testing with Playwright for Vue

preview_player
Показать описание


0:00 Introduction
0:49 Different test runners
1:49 Playwright
6:34 Compile Component Bundle and Facade HTML Page
7:51 Component Tests Features
9:18 Thank you
10:34 Q+A
Рекомендации по теме
Комментарии
Автор

That's really interesting! We have used Playwright a little for e2e tests, but component testing looks really interesting. Great video!

mikaelsoderstrom
Автор

vue component can not be found if you don't add declare module "*.vue"

DenisGrimaliuc
Автор

Shouldn’t you build tests before coding the webapp?

spruce
Автор

But I use Vue so I don't have to use TypeScript and JSX. This demo makes it feel like Vue was an after thought and they actually just focus on React. gross. Also been waiting years for Playwright to support NW.js and there seems to still be no progress on it.

thejaredwilcurt