How to organize testing scripts in k6 (k6 Office Hours #76)

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

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

  • @random-Automation-23242
    @random-Automation-23242 3 месяца назад

    how do you follow a page object model or oop like approach and making things more reusable and still test browser performance and user experience?

  • @lcamiloch
    @lcamiloch Год назад

    Thanks for all tips I found it very useful

  • @mlpichardo1
    @mlpichardo1 Год назад +1

    Question. Is there a way to pass in a CLI argument to select and run 1 request and not the entire script?

    • @k6io
      @k6io  Год назад +1

      Sorry for the delayed reply! Using the `--iterations 1` CLI argument will override options specified within your script. Check out grafana.com/docs/k6/latest/using-k6/k6-options/how-to/ for more information on argument precedence.

  • @VigneshT-mg4mb
    @VigneshT-mg4mb 9 месяцев назад

    Is it possible to write k6 test script in an existing jest e2e test script to load test the complete application?

  • @AdnanErlansyah-nx7xp
    @AdnanErlansyah-nx7xp 9 месяцев назад

    Can I ask, could you make a tutorial for testing web performance by using the K6 tool? And also make the generated report after completed the test. Thank you so much for all of your tutorial ❤