We are trying to execute Playwright test scripts written in TypeScript in Artillery. I want suggestions as I could find examples only with Playwright - JavaScript with Artillery. I understand that TypeScript can be transpiled to JavaScript. However, we are facing issues in that as well. So,
Any suggestions, or experience will be helpful.
Recent versions of Artillery (starting with v2.0.22) have built-in support for TypeScript, without the need for a manual build step - https://github.com/artilleryio/artillery/releases/tag/artillery-2.0.22