1

Is there a way to know how long one test took in FlexUnit? Is there a way to know how long all tests took?

Lieven Cardoen
  • 25,140
  • 52
  • 153
  • 244

1 Answers1

1

Use the FlexUnit UI - this article walks through how to run it.

The UI will show you run times per test.

stevedbrown
  • 8,862
  • 8
  • 43
  • 58