Releases: SketchUp/testup-2
Releases · SketchUp/testup-2
Version 2.3.3
- Added
setup_testcase
andteardown_testcase
hooks toMinitest::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
- 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 byTestUp::API.run_suite_without_gui
Version 2.3.1
Fixes some smaller issues - most importantly TestUp::API.run_suite_without_gui
.
2.3.0 - Performance and Stability
Merge pull request #160 from thomthom/master Update node modules.
2.2.1
2.2.0 - Improved Logging
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
New release to ease testing of observers.
TestUp Redux
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.