Execute Playwright in Azure DevOps (repo and pipeline setup)

Поділитися
Вставка
  • Опубліковано 21 січ 2025

КОМЕНТАРІ • 34

  • @Jeavo
    @Jeavo Рік тому +7

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

  • @roblesrt
    @roblesrt 9 місяців тому +1

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

  • @user-newtoplaywright
    @user-newtoplaywright Рік тому +2

    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  Рік тому

      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

  • @TheAnonJohn
    @TheAnonJohn 4 місяці тому

    thanks for the video. Do you think it is beneficial to invest time to learn azure test plans to score my first job in QA? There is an azure fundamentals certificate, I am not sure if I should invest time getting it.

  • @MaciejKruczek-p7d
    @MaciejKruczek-p7d Рік тому

    Super cool movie. Good explanation of the issue👏

  • @vikramsanap-e9k
    @vikramsanap-e9k Рік тому +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  Рік тому +3

      This is a great suggestion. I will get something created

    • @Janagar-t4f
      @Janagar-t4f Рік тому

      yeah i need that too, thanks

  • @raul_duken
    @raul_duken 4 місяці тому

    Please make a video about everything you mentioned at the end. Especially about evs and secrets in cibcd azure

  • @nerijuslinkevicius6540
    @nerijuslinkevicius6540 Рік тому

    Very useful information, thank you👌

  • @npscp4592
    @npscp4592 Рік тому

    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 7 місяців тому

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

    • @CommitQuality
      @CommitQuality  7 місяців тому +1

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

  • @kvvsiva6373
    @kvvsiva6373 11 місяців тому

    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  11 місяців тому

      Can you link me to an example please?

  • @theillo4739
    @theillo4739 10 місяців тому

    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 9 місяців тому +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

  • @owcaandroid
    @owcaandroid 11 місяців тому

    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  11 місяців тому

      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?

  • @kumekster
    @kumekster Рік тому

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

    • @CommitQuality
      @CommitQuality  Рік тому +1

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

  • @ksridhar291989
    @ksridhar291989 10 місяців тому

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

    • @CommitQuality
      @CommitQuality  10 місяців тому

      You can message me on X. CommitQuality

  • @rahulkulkarni9653
    @rahulkulkarni9653 8 місяців тому

    Very useful thanks a lot man 👍

  • @petewookey3635
    @petewookey3635 11 місяців тому

    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  10 місяців тому

      That will install the browser dependencies for you

    • @CommitQuality
      @CommitQuality  10 місяців тому

      And npx is the executable command for node

  • @ahmedhanyyev8430
    @ahmedhanyyev8430 Рік тому

    Great video