0
omkarchoudhari created
- What is your product version? 10.4
- What is your product type (Angular or MVC)? Angular
- What is product framework type (.net framework or .net core)? .net 5
We are unable to run the Tests Suite using Playwright. Getting the following error while using CI as well as npm test
Followed instruction as per the aspnetzero documentation for UI testing.
Can you please guide as to what is happening here ?
Thanks
1 Answer(s)
-
0
Hi @omkarchoudhari Can you please run
npm test angular
instead? Since your project is angular, mvc part of the tests should not be contained in your project. I created an issue about it. https://github.com/aspnetzero/aspnet-zero-core/issues/4049