expecto icon indicating copy to clipboard operation
expecto copied to clipboard

Feature - Run tests from many assemblies

Open benguenter opened this issue 4 years ago • 2 comments

When there are multiple assemblies of tests for an FSharp project, it is a pain to run each project of tests individually using the dotnet cli. I think it's valuable to use the dotnet watch tooling as well which doesn't work as nicely with multiple test projects either. This PR adds the ability to specify multiple assemblies from the test runner in the Main.fs file when calling runTestsInAssembly. That way all the results show up in one big list and we can use useful tooling like dotnet watch on a single project.

benguenter avatar Jul 30 '21 01:07 benguenter

Is this ready to merge?

haf avatar Mar 21 '22 12:03 haf

Is this ready to merge?

Sure is!

benguenter avatar May 02 '22 19:05 benguenter