Base solution for your next web application

Activities of "lojelis"

Hi!

I have troubles using the test project of the ASP.NET Zero template. The tests are working correctly however, they take a lot of time to run. I think that the issue comes from the class AbpIntegratedTestBase. I explain myself with two examples:

  • I have a test class that does not inherit from AbpIntegratedTestBase. The class only reads some to text files, extract data and check if everything is correct. The test takes 33ms to run.
  • I have another test class that makes a call to the application's API. The test class inherits from AbpIntegratedTestBase to scaffold the app before testing. In the test I only make a single call to an endpoint that returns a basic list of items. It tooks 2 minutes to run...

I let you imagine the time it takes to run all the tests suit (more than an hour). It makes the test project totaly worthlessness. I would like to know if you have a solution to solve this issue because the test project is one of the best part of your template. Thanks in advance.

Best regards, Nicolas Prugne

Showing 1 to 1 of 1 entries