Browser Context, Hooks, Steps, Tags. Advanced web automation course. Lesson 13.

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ก.ย. 2024

ความคิดเห็น • 10

  • @oblakaoblaka6457
    @oblakaoblaka6457 4 หลายเดือนก่อน +3

    Illarion :) A couple of months ago I was preparing for the interviews for a middle+/senior automation position. Your advanced theory course helped me a lot to remember some things about testing theory that wasn't frequently used in daily tasks but interviewers still like digging deep in it. Anyway, it helped me a lot. My main automation experience was with Python but my new project is going to challenge me with TS Playwright automation from scratch. So here I am again to learn it with you. Thanks a lot for your effort! When someone asks me how to start learning testing - I always mention your channel. You're doing a great job.

  • @user-hn4bq2xx2d
    @user-hn4bq2xx2d 4 หลายเดือนก่อน +4

    I see yours videos - i make a "handshake"😉

  • @IlarionHalushka
    @IlarionHalushka  4 หลายเดือนก่อน +1

    Side note:
    at 24:00 I am showing the sequence of test hooks execution. This order might differ depending on the “fullyParallel” flag in playwright.config.ts
    In my case I have `fullyParallel: false` so it runs: first describe block, tests from first describe block one by one, then second describe block, and tests inside of second describe block one by one.
    If `fullyParallel` was to `true` then it would run `describe` and `test` blocks in parallel and the console output would be different.
    However, `beforeAll` and `afterAll` hooks always run once per `describe` and `beforeEach`, `afterEach` run before/after each `test`.

    • @prasannamallisetty7208
      @prasannamallisetty7208 4 หลายเดือนก่อน

      Awesome video with detailed explanation with diagrams. I wish i found you on TH-cam earlier. Started going through all your videos.
      Awesome and kudos 🎉 to you

    • @prasannamallisetty7208
      @prasannamallisetty7208 4 หลายเดือนก่อน

      W

  • @user_dmtt
    @user_dmtt 3 หลายเดือนก่อน

    Thank you very much for the lesson!

  • @nikitaantonenko3287
    @nikitaantonenko3287 4 หลายเดือนก่อน

    Thank you so much for the lesson 🤩 It is awesome 👍

  • @vasylvonshpyra4848
    @vasylvonshpyra4848 2 หลายเดือนก่อน +1

    Привіт, що там із новими відео, будуть?

  • @ПавелФарадей
    @ПавелФарадей หลายเดือนก่อน

    Привет! Когда новые видео с переводом ?!)

  • @diasha_di
    @diasha_di 4 หลายเดือนก่อน

    ❤❤❤