Skip to content

Releases: SketchUp/testup-2

Version 2.3.3

01 Oct 14:31
Compare
Choose a tag to compare
  • Added setup_testcase and teardown_testcase hooks to Minitest::Runnables so per-testcase setups can be made for when setup is expensive and can remain the same through the testcase.
  • Includes SketchUp 2020.2 unit tests.
  • Updated NPM dependencies.

Version 2.3.2

04 Jun 10:01
Compare
Choose a tag to compare
  • Correct Editor Preferences not being remembered.
  • Moving TestUp's own tests to TestUp::Tests namespace.
  • Correct bug in menu toggles for tracing.
  • Adjust version check for entities.clear crash to be more specific.
  • Allow Verbose to be set by TestUp::API.run_suite_without_gui

Version 2.3.1

12 Apr 08:21
Compare
Choose a tag to compare

Fixes some smaller issues - most importantly TestUp::API.run_suite_without_gui.

2.3.0 - Performance and Stability

24 Sep 04:46
b189149
Compare
Choose a tag to compare
Merge pull request #160 from thomthom/master

Update node modules.

2.2.1

03 Sep 12:14
Compare
Choose a tag to compare

Set of smaller fixes.

2.2.0 - Improved Logging

06 Apr 12:59
Compare
Choose a tag to compare

This version adds logging to TestUp, so if SketchUp should crash during a crash-run you can find the log from that run under C:\Users\<username>\AppData\Roaming\TestUp\Logs.

This log will include information about which tests where in the test-set, what seed and a progress log. Useful things when tracking down crashes.

2.1.0 - Observers Observers Observers

24 Sep 10:31
Compare
Choose a tag to compare

New release to ease testing of observers.

TestUp Redux

05 Oct 09:16
Compare
Choose a tag to compare

This is a completely new version of TestUp rewritten to work with SketchUp 2014 and up. It's more powerful and flexible than the previous version.