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.
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.
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
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?
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
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.
Amazing. I will pin this comment. Thanks for sharing for others!
A really great idea, since most of the tutorials out there are JS, Typescript or Java orientated
Yeah I completely agree thank you :)
great tutorial, i was about to give up on the installation because i wasted so much time and you saved me
I'm glad to hear I have helped!
Thank you very much! 非常棒的讲解,从安装开始讲起,讲解的很细致
Thank you for this I was having issues but this was a great explanation!
Thanks for the great comment. Happy it helped
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.
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
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?
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
Thank you!!😌
cool
Nice, look forward to more so I subbed 👍
Thank you :)
I am getting issue after the below command
pwsh bin/Debug/net8.0/playwright.ps1 install
What issue?