Load Testing with Playwright and Artillery - Typescript

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 9

  • @CommitQuality
    @CommitQuality  9 месяцев назад +6

    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.

  • @lukaszlinka3908
    @lukaszlinka3908 9 месяцев назад +2

    This is the best QA channel on YT, thank you for creating amazing content:)

  • @alperaslan.
    @alperaslan. 8 месяцев назад

    Very clear explanation :) Thx for the video :)

    • @CommitQuality
      @CommitQuality  8 месяцев назад +1

      You're welcome! New video coming soon (hopefully tomorrow) on how much easier it is now too!

    • @alperaslan.
      @alperaslan. 8 месяцев назад

      Great News :) @@CommitQuality

  • @CostaGiannakopoulos
    @CostaGiannakopoulos 7 месяцев назад

    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_wellington
    @MaheshJoshi_wellington 9 месяцев назад

    This is amazing ! Not sure which website I can try for performance testing :(

    • @CommitQuality
      @CommitQuality  9 месяцев назад

      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.