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.
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/*"], },
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.
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.
This is the best QA channel on YT, thank you for creating amazing content:)
You rock! Thank you :)
Very clear explanation :) Thx for the video :)
You're welcome! New video coming soon (hopefully tomorrow) on how much easier it is now too!
Great News :) @@CommitQuality
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/*"],
},
This is amazing ! Not sure which website I can try for performance testing :(
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.