简体   繁体   中英

Run Angular from C# - NUnit testing

In the solution we have an API, Angular app and NUnit tests project. I have the task to test the UI of the angular app from NUnit test. Is there a way to run angular app from the setup of the test?

You can use Selenium WebDriver for those purposes. If it is configured correctly, you will be able to open a new web browser inside your NUnit test and check the Angular app there.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM