HI all, thank you for watching the video and supporting my channel. Just a quick message, this video was created before Artillery released their latest version which now has Typescript support out of the box, although this is experimental at this given time. I would suggest watching this video so you have a strong understanding of how to convert your playwright tests, but you can also view www.artillery.io/docs/reference/engines/playwright#example-3-use-typescript-functions-as-test-functions to see how to get around needing to transform typescript tests into Javascript. I will be creating a follow up video on how to do this too. Any questions please leave a comment.
@lukaszlinka39089 ай бұрын
This is the best QA channel on YT, thank you for creating amazing content:)
@CommitQuality9 ай бұрын
You rock! Thank you :)
@alperaslan.9 ай бұрын
Very clear explanation :) Thx for the video :)
@CommitQuality9 ай бұрын
You're welcome! New video coming soon (hopefully tomorrow) on how much easier it is now too!
@alperaslan.9 ай бұрын
Great News :) @@CommitQuality
@CostaGiannakopoulos7 ай бұрын
Hi, have you any examples of getting this work when using paths in the tsconfig? We have followed this video but can not run a test as we get module not found "paths": { "@pages/*": ["pages/*"], "@constants/*": ["constants/*"], "@components/*": ["components/*"], "@api/*": ["api/*"], "@fixtures/*": ["fixtures/*"], "@data/*": ["data/*"], "@builder/*": ["builder/*"], "@generated/*": ["generated/*"], "@elements/*": ["elements/*"], },
@MaheshJoshi_wellington9 ай бұрын
This is amazing ! Not sure which website I can try for performance testing :(
@CommitQuality9 ай бұрын
Thank you! I would suggest looking for some demo applications on github and running it locally. That would give you a chance at testing this out on your own website.