microsoft / EasyRepro

Automated UI testing API for Dynamics 365
MIT License
512 stars 285 forks source link

How can I effectively load and execute the EasyRepro framework within Visual Studio Code? #1417

Open krishnacs1993 opened 1 month ago

krishnacs1993 commented 1 month ago

How can I effectively load and execute the EasyRepro framework within Visual Studio Code?

I'm seeking guidance on seamlessly incorporating the EasyRepro framework into my VS Code to run tests without encountering any obstacles. I've encountered challenges while attempting to do so and would greatly appreciate any assistance or insights from those who have successfully implemented EasyRepro in VS Code.

Thanks in advance .

Shakevg commented 1 month ago

krishnacs1993 It is nothing special for VS Code, steps will be the same as for any other library.

E.g. https://zhiminzhan.medium.com/set-up-and-run-selenium-c-tests-in-visual-studio-code-on-macos-9cf3bde475c2#:~:text=Press%20%E2%80%9CCmd%2BShift%2BX,Selenium%20WebDriver%2C%20to%20test%20projects. Then import EasyRepro nuget and start implement your tests