Betatalks #52 - Automated testing with Playwright, NUnit and Azure Pipelines.

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024

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

  • @vethman
    @vethman 2 ปีที่แล้ว +4

    Can't wait to try this on my next assignment. I always use Nunit for uitesting because is has a testcontext which xunit has not.

  • @chgian77
    @chgian77 2 ปีที่แล้ว +1

    thanks for the extremely helpful video. The playwright steps in the pipeline saved my day.

  • @JasonGeorgiouGaming
    @JasonGeorgiouGaming 6 หลายเดือนก่อน

    Is there a way to run this mapped with test plans?

  • @mohamedyusuf175
    @mohamedyusuf175 ปีที่แล้ว

    can you share demo file for recording Video including attach results to release pipeline

  • @danielkovacs3664
    @danielkovacs3664 2 ปีที่แล้ว

    I am able to run from pipeline the tests, but one step is fail, the pipeline does not stopr just after the run timeout run .
    so the test execution step is fail
    Terminate batch job (Y/N)?
    ##[error]The operation was canceled.
    Finishing: CmdLine
    but the pipeline is continue
    what is the problem? Could you help me pls?