Execute Playwright in Azure DevOps (repo and pipeline setup)

Поделиться
HTML-код
  • Опубликовано: 14 окт 2023
  • Practice Test Automation: commitquality.com
    Twitter: / commitquality

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

  • @Jeavo
    @Jeavo 10 месяцев назад +6

    Your Playwright videos are so good dude. Keep it up 👍

  • @user-eg5nf6eu9o
    @user-eg5nf6eu9o 9 месяцев назад +3

    That's really helpful bro, Please make a video on how we can trigger a pipeline on specific time or depending on the other pipeline's status. Also can we send html or allure report to a specific email after the pipeline is executed. That would really help. Thanks.

    • @CommitQuality
      @CommitQuality  9 месяцев назад +3

      This is a great suggestion. I will get something created

    • @user-gg6sm9bc2w
      @user-gg6sm9bc2w 8 месяцев назад

      yeah i need that too, thanks

  • @user-fg6xm3zz1u
    @user-fg6xm3zz1u 6 месяцев назад

    Super cool movie. Good explanation of the issue👏

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

    Very useful information, thank you👌

  • @owcaandroid
    @owcaandroid 5 месяцев назад

    Love your vids! You are gem on YT. I might have some performance issues but I think that sound stutters and it's annoying when I try to focus on material, maybe something by your side I dk.
    Many many thanks!
    PS Are you gonna upload video about virtual image?

    • @CommitQuality
      @CommitQuality  5 месяцев назад

      Thank you I love comments like these! I don't have one currently planned, but I can look into setting something up and walking through it. Is there anything in particular you were thinking of?

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

    Very useful thanks a lot man 👍

  • @user-newtoplaywright
    @user-newtoplaywright 9 месяцев назад +1

    Very clear and helpful...do you have any info on running the pipeline using secrets within a variable group so that you can store user name and passwords and use them in your tests when running via an ado pipeline please? Thanks

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

      I don't have anything, but it may be something I can add in a future video. I would just need to get the setup sorted to make the video

  • @theillo4739
    @theillo4739 4 месяца назад

    Could you tell me what is the best approach when I have several test environments? Unfortunately, I don't have much knowledge about CI, but I'm thinking about how to do it when I have 3 different test environments and I want to run different types of tests on each one. For example, I have an environment C -> B -> Prod
    I want to run specific types of tests on C and B, and different types on Prod. Should I keep the links permanently in .env or should I take them from the link that is returned after rebuilding the environment?

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

      i'm trying this aswell, in this video he added the env variable into the yaml file. im guessing if we have 3 release environments like qa, prod, uat, then each release would have a different yaml file with the relevant env variable? haven't tried it yet on my practice pipeline

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

    Hi, How to execute Playwright for Azure Test Plan / Test Cases ?

  • @ahmedhanyyev8430
    @ahmedhanyyev8430 8 месяцев назад

    Great video

  • @npscp4592
    @npscp4592 8 месяцев назад

    Thank you for the video, its really helpful
    could you please let me know if its possible to generate allure report via pipeline and to share it to team thanks

  • @RobinHood-zi9ct
    @RobinHood-zi9ct Месяц назад

    Hello thank you for the video 😊 is it possible to have the same with GitHub actions?

    • @CommitQuality
      @CommitQuality  Месяц назад +1

      Yes it certainly is. You will need some minor tweaks but it's fairly straightforward to migrate to github

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

    Hi, i am facing an issue in publish test results task. After publishing, in the tests tab all the test cases duration is showing correct but the total run duration is showing incorrect. Tried so many ways but unable to get the solution. Can you reply if you have a solution.
    Thanks

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

      Can you link me to an example please?

  • @petewookey3635
    @petewookey3635 5 месяцев назад

    Out of curiosity, why do the "npx playwright install", wouldn't the npm install have installed playwright if it's in your package.json dependencies?
    Also why npx and not npm in this case?
    Great video!

    • @CommitQuality
      @CommitQuality  5 месяцев назад

      That will install the browser dependencies for you

    • @CommitQuality
      @CommitQuality  5 месяцев назад

      And npx is the executable command for node

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

    So you don't need to specify and install node.js on the pipeline machine?

    • @CommitQuality
      @CommitQuality  9 месяцев назад +1

      No the agent already has a version of it. You only need to if you want a different node version installed

  • @ksridhar291989
    @ksridhar291989 5 месяцев назад

    Need to discuss on this more how I can reach you?

    • @CommitQuality
      @CommitQuality  4 месяца назад

      You can message me on X. CommitQuality