Re: Problems running eui in a docker image
- Posted by ghaberek (admin) in March
- 519 views
axtens_bruce said...
So what's the difference between eui and eutest in this situation? I'm getting good results just with eui.
Eutest is the unit testing tool. It will run all of your tests and aggregate the results.
Running a single unit test file with eui performs only the tests in that file.
-Greg