forked from TestCentric/testcentric-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
830 lines (608 loc) · 31.9 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
TestCentric Runner for NUnit 2.0.0-alpha3 - October 2, 2021
This release incorporates a critical fix to a bug, which caused the program to crash
when run on a machine with .NET 6.0 installed.
Bug
* 818 TestCentric Runner for NUnit 2.0.0-alpha3 - September 30, 2021
TestCentric Runner for NUnit 2.0.0-alpha3 - September 30, 2021
Breaking Changes
* 808 Switch to the dev-40 build of the NUnit Engine API
* 809 Stop building for .NET Standard 1.6 and .NET Core 1.1
Feature
* 804 Remove references to the engine from the GUI proper
Enhancement
* 705 Modify Arguments to Agent Process
Build
* 805 Stop use of Image Directory where not needed
* 812 Use VS Project properties to generate the assemblyinfo files
* 813 Upgrade to the latest Cake version
TestCentric Runner for NUnit 2.0.0-alpha2 - August 15, 2021
Features
* 230 Save and restore Visual state
* 609 Allow selecting normal versus forced stop
* 732 Merge features of the experimental GUI into the 2.0 standard GUI
* 735 Remove Categories Tab from left-hand GUI panel
* 740 Remove right-hand panel Run and Cancel buttons
* 741 Move Progress Bar to left-hand panel
* 742 Remove Not Run tab
* 744 Port PropertyView from experimental GUI
* 745 Port XmlView from experimental GUI
* 757 Remove "Run Failed" from split button choices in menu bar
* 758 Make "Stop Run" a separate button on menu bar"
* 761 Make Menu Bar full width of main window
* 762 Variable positioning of progress bar
* 780 Restore TestPropertiesDialog for use with the mini-GUI
Enhancements
* 737 Remove checkbox-related buttons from below tree display
* 755 Display last run summary on demand
* 786 Show package settings at top of PropertiesDialog and only show for tests representing packages
* 789 Display package settings in TestPropertiesView
* 790 Hide result box in TestPropertiesDialog when there is no result
* 794 Adjust PropertiesDialog Layout to be closer to that of TestPropertiesView
* 798 Improve Test Run Report Presentation
Bugs
* 767 GroupBy dropdown has no effect when changing
* 769 Groupings, which do not apply to the current display format, should be disabled
* 770 Need icon for display format button
* 778 Visibility of StatusBar is not saved
* 783 NRE when File Menu pops up without an open project
* 788 Location of form should be saved before changing GUI layout
* 791 TestPropertiesDialog does not update after test run
Build
* 733 Remove unneeded conditionals from the engine
* 753 Move "common" gui components to the Gui project
TestCentric Runner for NUnit 2.0.0-alpha1 - June 30, 2021
The 2.0.0 release is the first major upgrade of the TestCentric Gui.
It includes a number of breaking changes as well as new features.
Gui Features
* The ProcessModel and DomainUsage menus have been eliminated.
* A new Select Agents menu allows the user to choose a non-default
agent when more than one is available for a particular assembly.
Engine Features
* In-process execution of tests and the ProcessModel package setting
are no longer supported. Each test assembly is now run in its own
separate process.
* The DomainUsage package setting is no longer supported. The runner
itself decides whether an AppDomain should be used when running
on a particular platform.
* All test execution is now performed by agents, which are usually
separate local processes. Agent selection may be automatic or
user-specified using a package setting.
* It is now possible to create "pluggable agents" by use of a new
engine extension point. Currently, this capability is limited to
local process agents, but it is intended to be extended to other
agent types in the future.
* Services are now initialized when they are first accessed through
the service context rather than at startup.
* There is no longer a .NET Standard build of the engine.
* The metadata assembly is now a separate package, which is used
by the engine.
* X86 builds of .Net Core agents are no longer provided, since
they are not needed.
Breaking Changes
* 444 Eliminate in process execution
* 656 Pluggable Agents
* 657 Eliminate DomainUsage option
* 664 Replace AppDomain and Process with "Agent" from user perspective
* 665 Eliminate ProcessModel setting
Features
* 678 Create package for use by pluggable agents
* 684 Make metadata assembly a fully independent package
* 689 Remove DomainManager as a service
* 691 Remove InProcessTestRunnerFactory
* 693 Stop building engine for .NET Standard
* 694 Remove x86 build of agent for .NET Core
* 697 Agent Redesign
Enhancements
* 666 Issue an error message when user provides an obsolete project setting. Ignore in project files.
* 677 Update AboutBox for 2.0 release
* 715 Make dependencies of one service on another explicit.
Bugs
* 707 ResultHelper.Aggregate doesn't count warnings
* 719 Crashing Testcentric on trying to change Process Model to X86
Build
* 682 Build script should check files for valid headers
* 699 Create separate test assembly for nunit.agent.core
* 700 Use the GUI to run its own tests
* 716 Provide test doubles for all services needed for testing.
* 725 Upgrade NUnit framework to 3.12
* 729 Allow creation of draft and production GitHub releases for pre-release versions
TestCentric Runner for NUnit 1.6.2 - March 24, 2021
This additional release of TestCentric 1.6 was necessitated by the identification
of a critical bug.
#### Bug
* Show CheckBoxes does not work
TestCentric Runner for NUnit 1.6.1 - January 17, 2021
The main change in this release is that the `InProcess` option is disabled
when the loaded tests cannot all run in the Gui process under the .NET
Framework 4.x and would otherwise cause an error.
This is intended to be the last release in the TestCentric 1.x series. The
next release, version 2.0, will contain breaking changes including the
elimination of the `InProcess` option as well as of all `DomainUsage` options.
In future, the use of AppDomains in platforms that support them will be treated
as an implementation detail outside the control of the user.
#### Enhancement
* 661 InProcess menu item should be disabled if any .net core tests are loaded.
#### Refactor
* 658 Restructure or rewrite runtime framework detection code
TestCentric Runner for NUnit 1.6.0 - January 10, 2021
The main feature of this release is the addition of an agent for running tests under .NET 5.0.
Since the runner itself targets the .NET Framework, this feature is only available when tests
are run out of process. By default, tests targeting .NET 5.0 will run under that agent, provided
that .NET 5.0 is installed. The File menu also allows running tests built for earlier versions
of .NET Core under .NET 5.0.
Issues Resolved
* 593 GetExecutingAssembly() returns the path of appdata folder instead of actual location
* 640 Review tests of Dialogs
* 648 misaligned Force Stop button
* 651 Add a .NET 5.0 agent to the build
* 653 Export Draft Release for use in CHANGES file and on website
TestCentric Runner for NUnit 1.5.3 - December 23, 2020
This release fixes a critical issue in 1.5.2
Issues Resolved
* 631 Website not being rebuilt for production release
* 632 Move website for gui into testcentric.github.io
* 637 Document process for creating a release
* 638 Testcentric 1.5.2: About testcentric throws an unhandled exception
* 641 Update AboutBox text and ensure it all fits
* 642 Dashes rather than separators in menus
TestCentric Runner for NUnit 1.5.2 - December 16, 2020
Issues Resolved
* 626 Tailor content of Release Note created by release build
TestCentric Runner for NUnit 1.5.1 - December 14, 2020
Issues Resolved
* 324 Convert to use new VS project format
* 603 Add Getting Started section to the documentation
* 616 Improvements to the Release Process
* 617 Migrate "master" branch to "main"
TestCentric Runner for NUnit 1.5.0 - December 8, 2020
This release includes one major new feature. The Stop button now triggers a non-forced
stop, running all teardowns. It then gives the user the option of a forced stop in case
the run does not terminate. In addition, it incorporates major build improvements, which
will make it easier to do more frequent releases in the future.
Feature
* 374 Implement two stage Stop, first trying non-forced and then letting user select forced stop.
Bugs
* 613 Version 1.4.1 release zip file is missing
* 607 Clear All and Check Failed checkboxes do not work correctly
* 605 Results not being cleared in tree for each new run
Build
* 612 Automate final release process
* 611 Convert projects to new format
* 602 Add CodeQL analysis to the build
* 599 Automatically update website
TestCentric Runner for NUnit 1.4.1 - September 3, 2020
This is primarily a bug fix release, the exception being the use of our own metadata
assembly which is being published as a separate nuget package for use by others.
Engine
* The Mono.Cecil package is no longer a dependency. A new assembly incorporates Mono
source code and provides the specific introspection features needed by the engine.
Issues Resolved
* 577 Carry CurrentDirectory over to agent processes
* 579 1.4.0 Unhandled exception
* 585 Metadata Assembly
* 595 InvalidCastException, "Properties" context menu entry
TestCentric Runner for NUnit 1.4.0 - April 30, 2020
This release introduces execution of .NET Core tests along with .NET Framework and
adds several other smaller features.
GUI
* The NUnit Project Editor may now be launched from the GUI. A Settings page
has been added to allow specifying an alternate editor.
* The Runtime menu allows overriding the version of .NET Framework or .NET
Core to be used, provided that the version used is compatible with all
loaded assemblies.
* The project configuration (e.g. Debug or Release) may be set individually
for each loaded project, through the GUI test tree context menu.
* Package settings are now displayed in the Test Properties Dialog for tests
that correspond to a package.
Engine
* Tests targeting .NET Core 1.1 through 3.1 may now be executed in the GUI.
The GUI can simulataneously load .NET Framework and .NET Core test assemblies.
* .NET Core tests communicate with the GUI using TCP. .NET Framework tests
continue to use remoting.
Issues Resolved
* 218 Support editing projects through the project editor
* 453 Execute tests under .NET Core
* 478 Review and update engine creation logic
* 484 Recognize .NET Core as available and display in GUI runtime menu.
* 508 Create agent process executable for .NET Core 2.1.
* 512 Create transport protocol for use with .NET Core agents.
* 565 Create agent process executable for .NET Core 3.1
* 568 Run .NET Core 1.x tests under 2.1 or higher agent
* 570 Support project configs
* 572 Display Package Settings in TestPropertiesDialog
TestCentric Runner for NUnit 1.3.3 - April 17, 2020
This release corrects a critical issue whereby engine extensions were no longer
being recognized by the GUI. Additional package testing, including use of
extensions, has been added to prevent regressions.
Issues Resolved
* 551 Automate Release Process
* 558 ReportPortal addins to TestCentric
* 560 Support the NUnit engine API
* 562 Expanded package testing prior to release
TestCentric Runner for NUnit 1.3.2 - March 15, 2020
This release corrects a new bug found in the 1.3.0 release and makes a
number of improvements in the automation of the release process.
Issues Resolved
* 428 Update assemblyinfo automatically
* 525 Create a nuget organization for TestCentric
* 534 Automate packaging and deployment
* 540 Support for unattended execution of the GUI
* 542 FIXED: Default process model for 32 bit v1.3.1
TestCentric Runner for NUnit 1.3.1 - March 6, 2020
This release corrects a critical problem in the 1.3.0 release. None of the
1.3.0 packages included agents for use under .NET 4.0 and higher. This
release adds those agents.
Issues Resolved
* 535 FIXED: Cannot load test assembly after 1.3 update
* 536 Restructuring the build.cake script
* 537 FIXED: Missing files in Release 1.3.0
* 538 Add package checking tasks to build
TestCentric Runner for NUnit 1.3.0 - February 23, 2020
General
* A NuGet package is now available on nuget.org. While we continue to
recommend use of the chocolatey.org package for most developers, because
it provides a central installation point for use with all projects, a
number of users requested a nuget package as well.
NOTE: Whichever installation package you use, you should install any
needed extensions using the same package source.
GUI
* The runtime selection menu is now disabled when tests are being run in
process, since no other runtime is available within the GUI process.
Engine
* The UserSettings service is no longer part of the engine but is handled
directly in the GUI. This is not considered a breaking change, since
the engine is not yet released separately from the GUI.
* A new PackageSettings service has been added to the engine. Its job
is to analyze all packages, examine assemblies and set default
parameters for executing them.
* A pair of agents are provided for .NET 4.0 in addition to the existing
.NET 2.0 agents. In addition, the engine is now built for both runtimes
and agents use the appropriate version. The GUI itself uses the 4.0 engine.
Issues Resolved
* 457 Remove UserSettings from the engine
* 466 Update Copyright headers in all files
* 475 Engine Tests will only run in process under GUI
* 476 Eliminate use of Mono.Cecil from engine core assembly
* 479 Refactor RuntimeFramework to eliminate unneeded selection options
* 480 Determine versions of .NET Core we want to support.
* 483 Disable Runtime menu when running in process
* 487 Determine supported platforms for the engine.
* 488 Integrate engine build output
* 489 Run tests for .NET Core
* 499 Engine Tests don't run under .NET Core 2.1
* 502 Create new Service to manage PackageSettings
* 505 Reorganize output to allow agents for various runtimes and both 32-bit and 64-bit execution
* 513 Modify logic of TestAgency to initiate correct agents
* 514 Upgrade engine to target .NET 4.0
* 517 Net40 engine.core build
* 518 Create agent process executable for .NET Framework 4.0 and higher
* 522 Update nuget and chocolatey packages
* 523 Create a nuget package for the GUI
* 528 Chocolatey package should use TestCentric icon
* 526 Update nuget package
* 531 Create tasks in build script for publishing packages
TestCentric Runner for NUnit 1.2.0 - December 17, 2019
This release is primarily marked by the elimination of our
dependency on the NUnit Engine in preparation for moving
forward with features that require engine changes.
GUI
* Inprocess test execution has been deprecated
Experimental GUI
* The GUI font may be changed from the View menu
* One or more files may be added to those open
* Rerun on Change has been implemented
Test Model
Engine
* We now use the TestCentric Engine, Version 0.1, replacing the NUnit Engine.
The new engine is based on the NUnit 3.11 engine, with modifications.
* Engine recognizes and runs assemblies that target .NET Framework 4.6 and up.
* Engine now recognizes .NET Core assemblies and gives an error message
if the user attempts to open one.
* The RecentFilesService is no longer available.
Issues Resolved
* 215 Experimental GUI: Allow setting the gui font
* 217 Experimental GUI: Add files to those already open
* 233 Experimental GUI: Rerun on Change
* 426 Switch to use of separate TestCentric Engine build
* 445 Better error message when attempting to load .NET Core assemblies
* 447 FIXED: Engine will not recognize .NET Framework versions beyond 4.5
* 449 FIXED: GUI window doesn't retain size between runs
* 454 Deprecate in-process execution
* 455 Remove RecentFilesService from engine
* 456 Rename engine to testcentric engine
* 461 Convert all projects to use Package References
* 470 Remove deprecated "Single" option for ProcessModel
* 473 Establish Initial Version for TestCentric engine
TestCentric Runner for NUnit 1.1.0 - November 9, 2019
General
This release includes new features beyond the 1.0 release, together with some bug fixes.
Features
* The configuration to be loaded may be specified in the GUI.
* A new dialog allows setting parameters for the test run.
* Test Results may be saved in any format for which an extension has been installed.
* Additional test label options are supported.
* The GUI uses a custom build of the latest version of the NUnit engine.
* Includes version 0.16 of the experimental GUI.
Issues Resolved
* 4 Save test results in alternative formats
* 77 Setting up test parameters from gui
* 193 Experimental GUI: Passing parameters from GUI to Tests
* 216 Experimental GUI: Set project configuration to use
* 275 Add --debug-agent option to the TestCentric GUI
* 276 Deprecate old nunit-gui application on Chocolatey
* 315 Reorganize Settings
* 340 FIXED: Unable to run selected NUnit V2 tests
* 347 Add TextOutput labelling of final test result
* 372 Add command line option for specifying results file location
* 394 Update engine
* 395 Display version and path of loaded extensions
* 397 Fix unhandled NullReferenceException thrown when test fails with Assert.Fail()
* 399 Show the test assembly name in the main view's title bar.
* 402 Set Project Configuration to use
* 406 FIXED: Appveyor rebuild causes error
* 412 Update link to Chocolatey package
* 414 FIXED: Testcentric.exe needs icon
* 415 Better installation documentation
* 424 Use common dialog for extensions
* 427 Ensure that agent exes are copied as part of building the project
* 430 FIXED: Index out of range exception when adding a test file
* 432 FIXED: TestParametersDialog enables Remove and Edit on startup
TestCentric Runner for NUnit 1.0.1 - August 15, 2019
General
This release fixes a critical error discovered after the release of 1.0.0.
Features
* Includes version 0.15.1 of the experimental GUI
Issues Resolved
* 325 Deploy development builds automatically
* 380 Automate testing of packages
* 388 FIXED: NUnit process with multiple assemblies will not load
TestCentric Runner for NUnit 1.0.0 - July 27, 2019
General
This is the final release of version 1.0 of the TestCentric Runner for NUnit, which is
primarily based on the layout and feature set of the original NUnit V2 GUI runner with
internals modified so as to run NUnit3 tests. Certain changes were made because of
differences in how NUnit3 works and are described below under Features.
This new GUI runner was created by the TestCentric team: Charlie Poole, Mikkel Bundgaard,
Manfred Lange, Stefano Nuzzo and Robert Snyder. Community members who contributed code to
this release include Jeff Kryzer, zBrianW, Joseph Musser and Mattias Karlsson. Countless
other folks contributed by filing issues, asking questions and making suggestions.
Features
* TestCentric relies on the NUnit engine to load and run tests. Features that require
an engine extension are only available if the appropriate extension is installed. In
particular, this includes the ability to open both NUnit and Visual Studio projects,
run NUNit V2 tests and save results in V2 format.
* All direct access to NUnit project contents, such as editing, saving and adding
configurations, has been removed. The user should use a separate editor such as
the NUnit Project Editor to perform those tasks.
* Because the GUI runs under .NET 4.5 or higher, any tests that you cause to execute
in-process will run under that version of the framework. In some cases, this may give
different results. By default, tests are run in a separate process and use the target
framework for which they were built. We recommend you stick with the default.
* The File menu no longer has entries for Load Fixture or Clear Fixture. New menu
items to select Process and AppDomain options for loading have been added and the
corresponding Settings pages removed.
* The Project top level menu has been removed since it was mostly used to contain
entries related to NUnit projects. The "Add Projects" entry has been replaced by
"Add Files" on the File menu.
* The Tools menu no longer has entries for Exception Details or Test Assemblies.
The Open Log Directory entry has been replaced with Open Work Directory.
* The Result Tabs (Errors and Failures, Tests Not Run, and Text Output) may no
longer be hidden. The Text Output tab only displays Console output and the ability
to tailor it's contents has been removed with the exception of the option to label
tests by name in various ways.
* Version 0.15 of the Experimental GUI is included.
Known Problems
* TestCentric uses the test id to select individual tests to be run. This is not
currently supported by the V2 framework driver, which throws an exception when
an id filter is encountered. The result for the GUI is that it is not possible
to select individual tests for execution if any V2 framework tests are loaded.
For that reason, we recommend that you only use this release for NUnit 3 tests.
This problem will be fixed when a new version of the V2 driver is available,
which includes support for an id filter.
Issues Resolved
* 7 Credit for all contributors
* 8 Icon and Logo for TestCentric
* 224 FIXED: Appveyor build doesn't use generated identifier to tag packages
* 375 Clean up GUI About box
* 378 Ensure that error message displays when exception is thrown in engine
TestCentric Runner for NUnit 1.0.0-Beta4 - July 17, 2019
General
This is the fourth beta release of the TestCentric Runner for NUnit. While it is still beta,
it is feature-complete. Since the actual execution of tests is done by the NUnit engine
rather than the GUI itself, it's probably reasonable for developers to use this on the
desktop, provided their CI is based on a stable production-level NUnit runner, such as
the NUnit 3 Console Runner or the NUnit 3 VS adapter.
Features
* Version 0.14 of the Experimental GUI is included.
Issues Resolved
* 368 FIXED: Arguments to --process option for GUI don't match NUnit console.
* 369 Merge Options classes for two GUIs and move to common assembly.
* 370 FIXED: Beta3: unhandled .net exception
TestCentric Runner for NUnit 1.0.0-Beta3 - July 14, 2019
General
This is the third beta release of the TestCentric Runner for NUnit. While it is still beta,
it is feature-complete. Since the actual execution of tests is done by the NUnit engine
rather than the GUI itself, it's probably reasonable for developers to use this on the
desktop, provided their CI is based on a stable production-level NUnit runner, such as
the NUnit 3 Console Runner or the NUnit 3 VS adapter.
Features
* Version 0.13 of the Experimental GUI is included.
* Added command-line options --process, --domain, --inprocess, --x86 and --agents.
Issues Resolved
* 139 FIXED: Stop Button to interrupt infinite loop
* 287 Assembly or project full name not shown
* 337 FIXED: Stopping a long running test from TestCentric gui does not stop right away
* 350 FIXED: Installed Extensions fields not cleared
* 352 Incorporate NUnit Engine as a subtree
* 357 Review whether File menu settings should be saved
* 358 FIXED: Assemblies Running in Parallel (Regardless of Settings)
* 361 FIXED: Process Model setting includes Single rather than Separate
* 364 FIXED: Experimental GUI: Proper icons are not displayed for warnings and failures
TestCentric Runner for NUnit 1.0.0-Beta2 - May 30, 2019
General
This is the second beta release of the TestCentric Runner for NUnit. While it is still beta,
it is feature-complete. Since the actual execution of tests is done by the NUnit engine
rather than the GUI itself, it's probably reasonable for developers to use this on the
desktop, provided their CI is based on a stable production-level NUnit runner, such as
the NUnit 3 Console Runner or the NUnit 3 VS adapter.
Features
* Version 0.12 of the Experimental GUI is included with support for user-defined icons
and immediate text output display.
Issues Resolved
* 5 Add online docs for the GUI
* 229 Experimental GUI: Multiple and user-defined tree icons
* 236 Experimental GUI: missing test output
* 326 Update CONTRIBUTING.md
* 328 FIXED: Reloading loads the assembly multiple times
* 327 Document how TestCentric GUI is versioned
* 333 FIXED: InvalidOperationException is thrown from RunStarting event handler
* 336 FIXED: In TestCentric gui, Selected Categories are cleared on Reload
* 345 Show names of settings in Text Output settings dialog
TestCentric Runner for NUnit 1.0.0-Beta - April 13, 2019
General
This is the beta release of the TestCentric Runner for NUnit. While it is still beta,
it is feature-complete. Since the actual execution of tests is done by the NUnit engine
rather than the GUI itself, it's probably reasonable for developers to use this on the
desktop, provided their CI is based on a stable production-level NUnit runner, such as
the NUnit 3 Console Runner or the NUnit 3 VS adapter.
Features
* Version 0.11 of the Experimental GUI is included with support for saving test results,
reload on change and reload on run.
Issues Resolved
22 Create new signing key for TestCentric
212 Experimental GUI: Need SaveResults menu item
213 Experimental GUI: Reload on change
226 Display time in a more natural format
232 Experimental GUI: Reload on Run
306 FIXED: Save TestResult Dialog not initialized correctly
318 Disable ReRun on Change setting
TestCentric Runner for NUnit 1.0.0-Alpha4 - April 5, 2019
General
This is the fourth alpha release of the TestCentric Runner for NUnit. It is not yet recommended
for use in production work.
Features
* Entries now appear in the tree display for any projects loaded
* The GUI now uses a custom built version of the engine, based on the NUnit 3.10 engine.
Issues Resolved
164 Update NSubstitute to version 4.0
241 Terminate nunit-agent.exe / nunit-agent-x86.exe once they are no longer in use
273 FIXED: No project elements are present in the test XML received from the engine
285 FIXED: NUnit Agent locks dll
288 FIXED: Property dialog not showing assembly process id or appdomain name
290 Need a way to locate and examine log files
292 Remove project editor integration
294 Document differences from the NUnit V2 GUI
299 FIXED: Choosing "Run as X86" from menu doesn't actually load the X86 agent.
301 FIXED Tree icons of previous run do not clear when starting second run
304 FIXED Use new 3.10 release of NUnit engine
TestCentric Runner for NUnit 1.0.0-Alpha3 - February 27, 2019
General
This is the third alpha release of the TestCentric Runner for NUnit. It is not yet recommended
for use in production work.
Features
* The Experimental GUI, which was previously a separate project, is now included along with the standard TestCentric GUI.
* Assemblies and projects are now loadable using all process and domain settings.
* Process and domain settings are now part of the File menu.
* A custom engine build is included while waiting for the next NUnit engine release.
* The zip and chocolatey packagegs now include pdb files.
Issues Resolved
18 FIXED: Reload on Change not working
138 Double click test to start it
153 Changing font should affect status bar
154 FIXED: When opening solution file non-test assemblies cause an error message
155 FIXED: Redundant menu items under View | Tree
156 FIXED: Changing checkbox setting should not change default
159 FIXED: Project name not shown in tree
161 Create separate GUI Components assembly
163 Create Linux build.
165 Review and merge build script with experimental GUI script
170 Review and merge components assembly
175 FIXED: Start and stop button are misaligned
178 Status Bar height should adjust to font
182 Integrate ToolStripItem and ToolStripMenuItem Elements
185 FIXED: Not building Mono 5.10 or 4.6 under Travis
189 Merge experimental GUI into standard GUI project
238 FIXED: Categories on test fixtures not considered in test list design (Experimental)
251 Show file names when loading
253 FIXED: Add file to open files is broken
256 Use DialogManager to display open and save dialogs
257 FIXED: Error on reload when running in process
261 Run tests under 3.9 console runner
263 FIXED: Cannot load nunit test solution in process
264 Use custom build of NUnit engine
269 FIXED: No option to run using default process model or domain usage
274 Eliminate Default Setting Page for process model and domain usage
278 Include pdb files in packages
279 Remove engine version hack in build script
TestCentric Runner for NUnit 1.0.0-Alpha2 - November 11, 2018
General
This is the second alpha release of the TestCentric Runner for NUnit. It is not yet recommended
for use in production work.
Features
* The GUI now uses the NUnit 3.9 engine
* Reloading on each Run is now functional.
* Alternate images for the tree are now implemented.
* Saving and Restoring the visual state is now implemented.
Issues Resolved
12 Use UpDown counter for number of recent files to display
15 FIXED: Alternate Tree Images not working
21 FIXED: Disabling Shadow Copy is Ignored
76 FIXED: Exception "Cross-thread operation not valid: Control 'progressBar' accessed from a thread other than the thread it was created on."
93 FIXED: NRE when starting the GUI
95 Implement MVP for main form and sub-views
99 FIXED: Scrolling not working correctly for ErrorDisplay
100 Don't display "Test-Run" as root node in tree with only one assembly
115 FIXED: Zero Length VisualState.xml file results in exception
132 Create TestCentric.Common assembly
144 Update NUnit Engine to 3.9
TestCentric Runner for NUnit 1.0.0-Alpha1 - August 3, 2018
General
This is the initial alpha release of the TestCentric Runner for NUnit. It is not yet recommended
for use in production work.
Features
This GUI runner resembles the NUnit V2 GUI, but since it runs NUnit 3 tests the internal implementation
is entirely new. In addition, features not available or not easily supported in NUnit 3 have been
removed. Some key differences from the V2 GUI are...
* The GUI itself targets .NET 4.5, rather than 2.0.
* We use chocolatey as the primary distribution method for the GUI. This makes extensions that are
also installed through chocolatey available when running under the GUI. A zip file is also provided.
* Displaying tests as a flat list of fixtures is not supported.
* Merging tests in the same namespace across assemblies is not supported.
* The GUI no longer understands the layout of NUnit project files, which is taken care of by the
NUnit test engine. Consequently, menu items relating to creating, editiong and saving such files
are no longer present.
* The ability to open project files, including NUnit and VS projects, is dependent on the presence
of the approprate engine extensions, which are not bundled with the GUI.
Issues Resolved
1 Select Target Framework for the GUI
2 Review of Initial Upload
9 Update the About box
10 Correct name for program in --help option
13 FIXED: Number of Recent Files has no effect
14 FIXED: Tree always cleared of results on reload
16 FIXED: Flat list of TestFixtures not working
17 FIXED: Reload on Run not working
19 FIXED: Principal Policy not working
20 FIXED: InternalTrace level not honored
24 FIXED: Setting number of agents has no effect
26 FIXED: Clear Results Setting is on wrong page
27 Create CI Build Script
28 FIXED: "Clear All" and "Check Failed" has no effect
29 FIXED: "Run" context menu is never enabled
32 Renaming test-centric to testcentric
33 Restore Tree-based Setting Dialog
39 FIXED: Cannot run the tests in TestCentric.Gui.Model.Tests.dll more than once
42 FIXED: Not possible to run explicit tests using the GUI
50 Review and reorganize Settings for NUnit 3
52 FIXED: Show CheckBoxes throws NRE
61 Disable or remove non-functional elements on Settings pages
62 FIXED: Switching between full and mini gui display doesn't happen immediately
63 FIXED: Check files exist setting has no effect
64 Better error message when an assembly is not found
66 FIXED: Project editor menu item not working.
67 FIXED: Show Checkboxes menu and settings elements are inconsistent
68 Save results menu should be disabled when no test has been run
71 FIXED: Multiple files on command-line or in file open dialog not opened
73 Multiple loaded files have no root in tree
80 Standardize naming of TestCentric packages and executables
83 Update tests to use NUnit 3.10.1