testup-2 icon indicating copy to clipboard operation
testup-2 copied to clipboard

TestUp 2 for SketchUp - A GUI wrapper for running Minitest in SketchUp

Results 42 testup-2 issues
Sort by recently updated
recently updated
newest added

Would it be useful to indicate in the UI tests that needs manual testing?

enhancement
question

Needs to be considered how these are handled. And how they are ensure to not conflict with instance methods of the same name.

bug
enhancement
question

Allow a summary of the tests be exported to some format.

enhancement

Allow TC__.rb files to be wrapped in TC__ folder that can contain support files for the given tests.

enhancement
question

Traversing and loading files just to discover the test methods can be slow when all the tests for the Ruby API is processed. Might want to cache the discoverer data....

enhancement

Loading/discovering testcases with identical names conflicts. Need to remove the test classes discovered and load the correct one when we run.

bug

![2014-01-17_14h49_21](https://f.cloud.github.com/assets/192418/1940766/d448c512-7f7e-11e3-8ec9-5c0d1700154a.png)

enhancement

Run and visualize benchmarks.

enhancement

Being a "always the most recent rev" type, I've been running testup-2 with minitest 5.11.3 & SU 2018. There seems to be stability issues, where error results vary from run...

enhancement

Is there any way to use the Minitest:Spec syntax instead of the standard unit test syntax with testup-2?

enhancement
question