Playwright tests in TS is much slower than JS #3242
Closed
staramani-ut
started this conversation in
Artillery
Replies: 1 comment 4 replies
-
Very interesting & unexpected! We may need some extra information to try to figure out what's going on. Artillery uses esbuild under the hood to transpile TypeScript. How are you transpiling your TypeScript code? /cc @bernardobridge |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I would like some feedback and directions.
I used transpiled JS for my Artillery Playwright tests, which worked like a charm. I was excited about the experimental TypeScript support and tried using that. My tests are much slower to the point that I am back to transpiling my code again.
Any suggestions or ideas would be much appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions