How to Run .NET Core Selenium Tests in Azure DevOps

Sdílet
Vložit
  • čas přidán 9. 07. 2024
  • If you're interested in running .NET Core Selenium Tests in Azure DevOps, then you've come to the right place. In my newest video, I will provide a detailed walk-through that will demonstrate step-by-step how run your .NET Core tests - specifically Selenium tests - using both Visual Studio and Azure DevOps.
    And as always, if you need any help with Azure DevOps, just know that Imaginet is here to help. Our Imaginet Certified DevOps and ALM experts have been working with the Microsoft ALM & DevOps tools since they originated in 2005 and can help you with any of your needs. Contact Imaginet at info@imaginet.com.
  • Věda a technologie

Komentáře • 31

  • @mzamomahaeng268
    @mzamomahaeng268 Před 2 lety

    halfway through your video and I smash the like button. Already the lesson is excellent 👌 🙂 😎

  • @Kumarkumar-gf3kk
    @Kumarkumar-gf3kk Před 3 lety

    Appreciate Imaginet your video made understand on How to Run .NET Core Selenium Tests in Azure DevOps!

  • @lubeenan973
    @lubeenan973 Před 3 lety

    Super .Thank you so much for a straight forward video with crisp and clear explanation....i was searching for long for such a video....Good presentation,....keep going :-)

  • @m2citypostm2citypost59

    Very nice tutorial. Kudos.

  • @sathiyalr
    @sathiyalr Před 3 lety

    Thank you so much. very informative

  • @nathandewitt9982
    @nathandewitt9982 Před 2 lety

    This helped me a lot. Thank you very much!
    q

  • @leopoldomendezperez6058

    Good video, Tank you so much.

  • @Human_being_2045
    @Human_being_2045 Před 3 lety

    Very Underrated

  • @abdulrahmanjasim4707
    @abdulrahmanjasim4707 Před rokem

    Great video my friend! Thanks for sharing

  • @sazzadmahamud8123
    @sazzadmahamud8123 Před 5 lety +1

    How to run NUnit test in the pipeline based on traits?
    Thanks in Advance

  • @rajap900
    @rajap900 Před 4 lety +2

    Hi how to link screenshot on test results could you pls help me on that

  • @ArokaDanJagendia
    @ArokaDanJagendia Před 2 lety

    Exactly what i need to learn. Thank you. My question is that, if my Selenium test have to get som test data from the database to run my tests, which tasks do i need to add in the buld pipeline in order to run properly?

  • @bijitpattanaik6638
    @bijitpattanaik6638 Před 2 lety

    Does chrome has to be installed in the agent machine in order to run in chrome headless mode, where the test are running?

  • @MrMontreezy
    @MrMontreezy Před 2 lety

    Is the setup and configuration the same for Specflow projects? Thanks in advance.

  • @SpiritualAdda00
    @SpiritualAdda00 Před rokem

    When test case gets failed it should ask for approval in release pipeline is this possible in azure devops

  • @7-Notes
    @7-Notes Před 5 lety

    What is the .net version you used in the above example?

  • @pathmanapangovindasamy9596

    I have implemented my automation script with Azure pipeline. I wanted to send the execution test result to my email id. Is there any way we can achieve this?

    • @7-Notes
      @7-Notes Před 5 lety

      Hi. Can you please help me how to run selenium scripts from Azure dev ops. I have some issues.

    • @shwetabhsrivastava5398
      @shwetabhsrivastava5398 Před 3 lety

      @@7-Notes hi can u help me to run selenium a=scripts from azure dev ops..i have some issues

  • @secreto70
    @secreto70 Před 2 lety +1

    Hello. Thanks. In release it is sending me the error: "Dotnet command failed with non-zero exit code on the following projects : D:\ag3\_w
    127\a\_PruebasSelenium_ASP.NET_Core-CI\drop\SeleniumDemo.dll in the Run Selenium Tests task

  • @evatate3104
    @evatate3104 Před 3 lety

    I was find until the Release part where you run the selenium tests. I get the following error:
    "##[error]Project file(s) matching specified pattern were not found."
    Anyone have any suggestions on what the problem may be? Thanks in advance!

    • @nathandewitt9982
      @nathandewitt9982 Před 2 lety

      I had the same issue then I realised that I did not link the first pipeline as an artifact to the 2nd pipeline. Hope that makes sense as I am 2 days new to Azure DevOps (Migrating from Jenkins)

  • @ScandinavianHeretic
    @ScandinavianHeretic Před 5 lety

    I followed your guide (thanks by the way) and it worked fine up until the actual Release pipeline, I get this: i.imgur.com/6hIUXw7.png

    • @christophermueller3373
      @christophermueller3373 Před 3 lety

      I got the exact same error. Were you able to fix this?

    • @ElFreyre_
      @ElFreyre_ Před 3 lety

      @@christophermueller3373 same, any of you could fix it?

    • @v4raziel
      @v4raziel Před 3 lety

      @@ElFreyre_ make sure you publish chrome driver in project file .cproj

  • @ksinha143
    @ksinha143 Před 5 lety +6

    Why are you showing how to test google? We need to test the projects we create. Our projects are not hosted in www. You need to install them, run the them and then test them.