#10 - Install Playwright In Visual Studio Code

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • Microsoft has published VSCode Extension for playwright which makes installing and executing the test very easy.
    Playwright Series
    • Playwright Tutorials F...
    JavaScript Series
    • How To Download And In...
    Create your testRigor account now- testrigor.com/...
    All Playlist
    / mukeshotwani
    If you want to support this channel
    rzp.io/l/qNCAp...
    All Playlist
    / mukeshotwani
    Connect with us:
    Email - mukeshotwani@learn-automation.com
    Linkedin- / mukesh-otwani-93631b99
    Instagram- / mukeshotwaniofficial
    Facebook Group- / 256655817858291
    Facebook Page- / seleniumwebdrivermukesh
    Blog- learn-automatio...

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

  • @veeraratna
    @veeraratna 3 месяца назад +1

    Mukesh Ji, you saved my life. i found the solution in this video when i was looking auto suggestion in playwright. no one told me in the purchased videos. Magic done when install playwright from view. --> Command Palette

    • @Mukeshotwani
      @Mukeshotwani  3 месяца назад

      You are most welcome 🙏 Veer

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

    Thanks for this video I really like your explamentations. All this type of videos it is the best and most intelligible!

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

      Very glad to see such beautiful comment thank you so much 🙏🏼🙏🏼🙏🏼 Husna 😊

  • @milanpatel5558
    @milanpatel5558 11 месяцев назад +1

    As usual, very good explanation. I have couple of questions, 1. I am not able to install playwright on my windows. Nothing happen when I write install playwright in command panel.
    2. On my mac, I am able to install but when I run given example test cases - looks like browsers are opening but I am not able to see them while running test. Any help on these would be highly appreciated. Thanks again!

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

    Hi I have an issue when I click run test samples on terminal It say just "running tests" then say "passed". I dont see anything else like opening browser etc. How can I fix this?

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

      It's opens very fast close it automatically. You can see on windows explorer or side icon on Mac

  • @jjda47
    @jjda47 9 месяцев назад

    when I hit ctrl+shift+p & type in install playwright, when I click on it nothing shows up

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

    Hello @Mukesh, can you please show Playwright integration with cucumber as it is needed for enterprise level requirement. I'm trying to do so but getting few issues like while doing page Object model, the class is not getting auto suggestions like we get in test file. So can you please suggest any extensions for that?

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

      Sure I will do that. It wont give auto suggestions in Page Objects because that is plain JS File.

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

      @@Mukeshotwani many thanks for your reply! :)

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

    hi sir hot automate graphs and chart in playwright

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

    Hii I am not able get test folder in testing after successful installation

    • @PrakrutiNandish301
      @PrakrutiNandish301 10 месяцев назад

      same

    • @jagannadhviswasurya3000
      @jagannadhviswasurya3000 6 месяцев назад

      It happened with me as chromium runner failed to be installed by Playwright due to my old node version (10.x). Update your node version to latest (or use nvm) and then reinstall playwright to fix this