E2E tests for .NET MVC and AngularJS app
Hi all,
I'm working on ASP .NET MVC with AngularJS on the frontend. I want to write some E2E tests to stop testing manually.
Front end code is a bit of spaghetti, (Razor + plain html).
Is it even possible to write E2E test with this type of code base? If yes, where can I start? If not, what are my options?
I looked at Protractor but I'm not sure how to start my project as it is an MVC application not a pure AngularJS app.
Any help will be appreciated!

0 comments:
Post a Comment