Playwright Test Fixtures Made Easy

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

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

  • @LeandroAnjosSantos
    @LeandroAnjosSantos 29 дней назад +1

    Brilliant!!! Thanks for sharing your knowledge.

  • @Swekar14
    @Swekar14 10 месяцев назад +1

    Super informative for someone who has recently started using playwright

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

    You are an amazing teacher 🙏🏻 looking for more videos on playwright

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

      Thank you :) more are coming 😊

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

      @@CommitQuality thank you do you mentor as well 🙏🏻

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

      Its something I have done in the past & I have considered it online as part of memberships, however its finding the time and not spreading myself too thin.

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

    A comprehensive video on fixtures. Waiting for some more content on fixtures

    • @CommitQuality
      @CommitQuality  Год назад +3

      Thank you! The next released video will go over how to convert a hook into a fixture

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

    Very good video, thank you. Would you use fixtures, like a code developer would use functions? Specifically for re-use. So have a Login fixture and a Logout fixture that could then be included and called by many other tests. Am I correct in my thinking or is there a better way for 're-usability' ?

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

      I personally wouldn't use fixtures for Logging in each time. Instead I would save the state before all tests run (video coming in the next few weeks around this). I do have a video around using fixtures instead of using hooks though and that is definitely a use case. I wouldn't say fixtures replace functions though, there's definitely use cases for both.

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

      @@CommitQuality Thank you. Look forward to your upcoming videos. 👍

  • @serdarfesli2433
    @serdarfesli2433 5 месяцев назад

    thanks a lot. great video

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

    You are great! Thanks a lot!

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

    Clearly explained. Thanks

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

    Thank you !

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

    thanks

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

    Thank you!