Playwright C# - Installation, Introduction & Setup

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

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

  • @yevhen.avramov
    @yevhen.avramov 8 หลายเดือนก่อน +6

    Thank you so much!
    I updated PowerShell like you had said but I still got the same error. So what I did I just opened cmd and executed [dotnet tool update --global PowerShell] without square brackets. Aaaand the error is gone.

    • @CommitQuality
      @CommitQuality  8 หลายเดือนก่อน +1

      Amazing. I will pin this comment. Thanks for sharing for others!

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

    A really great idea, since most of the tutorials out there are JS, Typescript or Java orientated

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

      Yeah I completely agree thank you :)

  • @simontsegay7959
    @simontsegay7959 11 หลายเดือนก่อน

    great tutorial, i was about to give up on the installation because i wasted so much time and you saved me

    • @CommitQuality
      @CommitQuality  11 หลายเดือนก่อน

      I'm glad to hear I have helped!

  • @jameswgi7303
    @jameswgi7303 7 หลายเดือนก่อน

    Thank you very much! 非常棒的讲解,从安装开始讲起,讲解的很细致

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

    Thank you for this I was having issues but this was a great explanation!

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

      Thanks for the great comment. Happy it helped

  • @daltontech1613
    @daltontech1613 ปีที่แล้ว +5

    FYI in case anyone else has the trouble I had (I had the 'pwsh' not recognized error); I updated PowerShell, but I also had to update my system path to include its location (and then restart VS). I'm only to roughly this point in the video so far, but I didn't want to forget to mention that in case others have the same trouble.

    • @squiblermagic
      @squiblermagic 11 หลายเดือนก่อน +3

      Thanks, I had this problem as well, I also had the problem of pwsh not working but I could see the powershell directory in path, I additionally have to run: dotnet tool update --global PowerShell

  • @RobinHood-zi9ct
    @RobinHood-zi9ct 4 หลายเดือนก่อน

    Hello Jarad, thank you for all these videos very interesting. Concerning the test runner here, I suppose we can’t use anymore the UI mode. Do you know what other features are impacted by not using Playwright Test? Maybe we have equivalent with the others test runners?

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

    Can you post video on the advantages of using c# over typescript for playwright testing and vice-versa? Specifically which scenarios c# is better or typescript etc

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

    Thank you!!😌

  • @SilviuNicola-u8t
    @SilviuNicola-u8t 11 หลายเดือนก่อน

    cool

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

    Nice, look forward to more so I subbed 👍

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

    I am getting issue after the below command
    pwsh bin/Debug/net8.0/playwright.ps1 install