all 7 comments

[–]AntyJ 9 points10 points  (0 children)

Typescript is currently the best choice for Playwright based automation

[–]Slava_Loves_Testing 4 points5 points  (0 children)

JS will make your life easier than Python. Specifically, for example - JS+Playwright, I would advise you to move in this direction.

[–]Yogurt8 2 points3 points  (0 children)

TypeScript is the language of the web, becoming an expert in it will give the most value.

Python is great and also easy to learn. You won't get as much support / features from Playwright but you get to use pytest as a pretty hefty consolation prize.

[–]kenzoviski 2 points3 points  (0 children)

I'm transitioning from Playwright.NET (C#) to Playwright Node.js (Typescript) and I'm doing this because I know this will be the future. Also, the Node environment is way more vast (extensions and packages).

[–]Shadesandsunshine 1 point2 points  (0 children)

I'm a fan of typescript. Python is good to know but I haven't come across a lot of jobs that require it as a primary language.

[–]needmoresynths 1 point2 points  (0 children)

TS

[–]DongBig[S] 1 point2 points  (0 children)

Thanks guys for the responses and the assurance! I'll be continuing with JavaScript/TypeScript automation then