Thomas Thomassen

Results 163 issues of Thomas Thomassen

https://github.com/SketchUp/api-issue-tracker/issues/61

- [ ] Split responsibility into smaller separate classes and modules. - [ ] Move html/css/js files to separate folders.

QA would like to automate the tests. Add API methods to trigger tests without needing to open WebDialog or Ruby Console. Output results to text file. Probably enough to use...

enhancement

Add a function that will check for updated GitHub version and option to pull latest when TestUp is run directly from the Git repo. Useful for us internally to make...

enhancement

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